Skip to content

Commit 42bc675

Browse files
committed
chore(ci): update node version
1 parent 41dc560 commit 42bc675

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 12
18+
node-version: 16
1919
- name: Install dependencies
2020
run: yarn
2121
- name: Release

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 12
21+
node-version: 16
2222

2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)