mirror of
https://github.com/actions-rs/cargo.git
synced 2024-11-15 05:56:33 +02:00
Update to use node16
Github Actions will stop working with Node12 soon-ish
This commit is contained in:
parent
9e120dd99b
commit
ab8468ce24
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ inputs:
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
Loading…
Reference in a new issue