Skip to content

Commit 395b0ac

Browse files
committed
chore: Update Node.js version in GitHub Actions workflows
Update Node.js version from 14 to 16 in ci.yml and nightly.yml
1 parent c07d61e commit 395b0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js, NPM and Yarn
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 14
26+
node-version: 16
2727

2828
- name: Upgrade whistle
2929
run: |

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js, NPM and Yarn
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 14
23+
node-version: 16
2424

2525
- name: Upgrade whistle
2626
run: |

0 commit comments

Comments
 (0)