Skip to content

Commit d465b49

Browse files
committed
Fix node version
1 parent ef08a77 commit d465b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/NpmTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
build:
2525
desc: Compile Node.js module
2626
preconditions:
27-
- sh: '[[ "$(node --version | cut -c 2-)" =~ "^16\.[[:digit:]]+\.[[:digit:]]+$" ]]'
27+
- sh: '[[ "$(node --version | cut -c 2-)" =~ "^20\.[[:digit:]]+\.[[:digit:]]+$" ]]'
2828
msg: 'error: unsupported Node.js version'
2929
cmds:
3030
- rm -rf dist/

0 commit comments

Comments
 (0)