Skip to content

Commit

Permalink
upgrade to Node 20
Browse files Browse the repository at this point in the history
This corrects:

```

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: ./. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```

Signed-off-by: Mike Ball <mikedball@gmail.com>
  • Loading branch information
mdb committed Apr 23, 2024
1 parent c09c19f commit dafbd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -9,5 +9,5 @@ inputs:
required: true
description: 'A GitHub access token'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit dafbd60

Please sign in to comment.