Skip to content

Commit 69eb3c0

Browse files
huhu-198matto49
andauthored
Fix ci bug (#19)
* fix: 修复ci构建问题 * fix: 升级node版本 --------- Co-authored-by: matto <[email protected]>
1 parent 4b3ee2a commit 69eb3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Use Node.js v14.x
13+
- name: Use Node.js v16.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '14.x'
16+
node-version: '16.x'
1717

1818
- name: Install and Build
1919
run: |

0 commit comments

Comments
 (0)