From a5edc9478303a12e6aaecbcd72b724382c084896 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Tue, 11 Jan 2022 15:52:13 -0700 Subject: [PATCH] Update workflows to use node 14 (#210) --- .github/workflows/branch-pr-release.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-pr-release.yaml b/.github/workflows/branch-pr-release.yaml index b0c34a92..7f8337b9 100644 --- a/.github/workflows/branch-pr-release.yaml +++ b/.github/workflows/branch-pr-release.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 14.x - name: Set up Python uses: actions/setup-python@v1 with: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 341a94dc..b44bf2db 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 10.x + node-version: 14.x - name: Setup NPM run: | npm install