Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit b72bde0

Browse files
committed
update node
1 parent 5019697 commit b72bde0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "14"
21+
node-version: "16"
2222
- name: install yarn
2323
run: npm i -g --force yarn
2424
- name: restore yarn

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: "14"
17+
node-version: "16"
1818
- name: install yarn
1919
run: npm i -g --force yarn
2020
- name: restore yarn

0 commit comments

Comments
 (0)