Skip to content

Commit ca7ecf7

Browse files
committed
Reapply "Bump setup action to node20"
This reverts commit 802b61b. Also updates node from 16 and 20 in our workflow.
1 parent b84aaa7 commit ca7ecf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: "16"
28+
node-version: "20"
2929
cache: "npm"
3030
cache-dependency-path: package-lock.json
3131
- run: npm ci --prefer-offline --no-audit --progress=false

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ outputs:
6060
stack-root:
6161
description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)'
6262
runs:
63-
using: 'node16'
63+
using: 'node20'
6464
main: 'dist/index.js'

0 commit comments

Comments
 (0)