We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef08a77 commit d465b49Copy full SHA for d465b49
tasks/NpmTasks.yml
@@ -24,7 +24,7 @@ tasks:
24
build:
25
desc: Compile Node.js module
26
preconditions:
27
- - sh: '[[ "$(node --version | cut -c 2-)" =~ "^16\.[[:digit:]]+\.[[:digit:]]+$" ]]'
+ - sh: '[[ "$(node --version | cut -c 2-)" =~ "^20\.[[:digit:]]+\.[[:digit:]]+$" ]]'
28
msg: 'error: unsupported Node.js version'
29
cmds:
30
- rm -rf dist/
0 commit comments