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 b84aaa7 commit ca7ecf7Copy full SHA for ca7ecf7
.github/workflows/workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: "16"
+ node-version: "20"
29
cache: "npm"
30
cache-dependency-path: package-lock.json
31
- run: npm ci --prefer-offline --no-audit --progress=false
action.yml
@@ -60,5 +60,5 @@ outputs:
60
stack-root:
61
description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)'
62
runs:
63
- using: 'node16'
+ using: 'node20'
64
main: 'dist/index.js'
0 commit comments