Skip to content

Commit da977d8

Browse files
committed
chore(workflows): node version in workflows to 16
1 parent 98e3ba4 commit da977d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup npm
3333
uses: actions/setup-node@v2
3434
with:
35-
node-version: "15"
35+
node-version: "16"
3636
registry-url: "https://registry.npmjs.org"
3737
# npm cache folder is in ~/, not within the working directory
3838
- name: Cache npm directory

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup npm
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: "15"
16+
node-version: "16"
1717
# npm cache folder is in ~/, not within the working directory
1818
- name: Cache npm directory
1919
uses: actions/cache@v2

0 commit comments

Comments
 (0)