Skip to content

Commit

Permalink
Use Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Feb 27, 2024
1 parent 5024487 commit fbd91a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
required: false
default: ${{ github.token }}
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

1 comment on commit fbd91a8

@kthy
Copy link

@kthy kthy commented on fbd91a8 Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #13.

Please sign in to comment.