Skip to content

Commit

Permalink
upgrade node version for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanista committed Dec 4, 2023
1 parent cf62a67 commit ae7b0f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Node 14
- name: Set up Node 16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Cache Node modules
id: cache-node-modules
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
max-parallel: 4
matrix:
working-dir: [v1,v2]
node-version: [14,16]
node-version: [16]
defaults:
run:
working-directory: ${{ matrix.working-dir }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Node 14
- name: Set up Node 16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Cache Node modules
id: cache-node-modules
Expand Down

0 comments on commit ae7b0f8

Please sign in to comment.