Skip to content

Commit cf493bd

Browse files
committed
ci: update node
1 parent 965f38e commit cf493bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '14'
19+
node-version: 16
2020

2121
- run: yarn install
2222
- run: yarn build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14
16+
node-version: 16
1717

1818
- name: Install dependencies
1919
run: yarn install
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: 14
39+
node-version: 16
4040

4141
- name: Install dependencies
4242
run: yarn install

0 commit comments

Comments
 (0)