Skip to content

Commit 7f808f5

Browse files
committed
try to fix CI build
error: Installing npm packages using pnpm version ERROR: This version of pnpm requires at least Node.js v16.14E The current version of Node.js is v14.21.3E
1 parent 025c9f9 commit 7f808f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: ^6.10
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: '14'
21+
node-version: '16'
2222
cache: 'pnpm'
2323
- run: pnpm install
2424
- run: pnpm run postinstall

0 commit comments

Comments
 (0)