mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-21 15:39:32 +01:00
Bump Node runtime version to 20
GitHub intends for every GitHub Action to migrate to Node 20 by Spring 2024, and we are on Spring 2024. To move forward and do not cause inconveniences to users (due to the deprecation warning that this action shows when used on workflows) and GitHub (so that they don't have reasons to delay the upgrade), let's update this action to use Node 20. As far as I can see, this action does not need any code changes to work under a Node 20 runtime. Fixes #86.
This commit is contained in:
parent
94e9bd8dea
commit
97971a550f
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ inputs:
|
|||
required: false
|
||||
default: latest
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue