Skip to content

Commit

Permalink
Reapply "Bump setup action to node20"
Browse files Browse the repository at this point in the history
This reverts commit 802b61b.

Also updates node from 16 and 20 in our workflow.
  • Loading branch information
andreasabel committed Mar 29, 2024
1 parent b84aaa7 commit ca7ecf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
cache: "npm"
cache-dependency-path: package-lock.json
- run: npm ci --prefer-offline --no-audit --progress=false
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ outputs:
stack-root:
description: 'The path to the stack root (equal to the STACK_ROOT environment variable if it is set; otherwise an OS-specific default)'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit ca7ecf7

Please sign in to comment.