Skip to content

Commit

Permalink
Update Node.js to v16 (#6830)
Browse files Browse the repository at this point in the history
* Update Node.js to v16

* bump workflows to Node 16

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 1, 2021
1 parent 4eb6e88 commit 00c33ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
uses: actions/checkout@v2
if: needs.should_run_tests.outputs.shouldRunTests == 'true'

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -111,10 +111,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -150,10 +150,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -210,11 +210,11 @@ jobs:
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -270,11 +270,11 @@ jobs:
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down Expand Up @@ -315,10 +315,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 14.x
- name: Setup Node.js LTS
uses: actions/setup-node@main
with:
node-version: 14.x
node-version: lts/*

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16

0 comments on commit 00c33ab

Please sign in to comment.