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:
Alejandro González 2024-03-27 23:18:19 +01:00
parent 94e9bd8dea
commit 97971a550f
No known key found for this signature in database

View file

@ -50,5 +50,5 @@ inputs:
required: false
default: latest
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'