Skip to content

Commit

Permalink
Merge pull request #1513 from ral-facilities/bump-ci-node
Browse files Browse the repository at this point in the history
Bump node version in CI from v14 to v16
  • Loading branch information
kennethnym authored Feb 9, 2023
2 parents b47780d + 439db5a commit 166bc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 166bc46

Please sign in to comment.