Skip to content

Commit

Permalink
Update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Apr 12, 2024
1 parent e3c6114 commit d275217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/actions/ghci-osbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ inputs:
This uses `github.token` by default.
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion src/actions/netwait/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
This uses `16` by default.
default: 16
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion src/actions/privdocker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ inputs:
This prints "Nothing to do." by default.
default: 'echo "Nothing to do."'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'

0 comments on commit d275217

Please sign in to comment.