Skip to content

Commit

Permalink
Update Nodejs to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 11, 2023
1 parent 0115776 commit 330c81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ outputs:
description: Path to final noobs image, if enabled

runs:
using: node18
using: node20
main: dist/index.js
post: dist/index.js

Expand Down

0 comments on commit 330c81b

Please sign in to comment.