Skip to content

Commit c375232

Browse files
committed
fix: upgrade node version for the ci build
1 parent fe3a44f commit c375232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- uses: actions/setup-node@v2
2525
with:
26-
node-version: 14.20.1
26+
node-version: 14.21.3
2727
- uses: actions/cache@v2
2828
with:
2929
path: '**/node_modules'

0 commit comments

Comments
 (0)