Skip to content

Commit

Permalink
Update action runtime to node20
Browse files Browse the repository at this point in the history
BREAKING CHANGE: run using node20 action runtime.
  • Loading branch information
bcomnes committed Apr 4, 2024
1 parent d2622ae commit dd4562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ inputs:
description: A glob string that prevents matched files from ever being deleted.
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit dd4562a

Please sign in to comment.