Update the action to run on Node 16

Node 12 is deprecated per https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
Zixian Cai 2022-10-08 16:26:54 +11:00 committed by GitHub
parent 88dc235639
commit 8315e9dcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ outputs:
description: Installed rustup version description: Installed rustup version
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'