bump to node 16

to avoid this warning:

```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: hmarr/debug-action
```

Should probably be a new major version.
This commit is contained in:
Misha Kaletsky
2022-10-10 17:51:56 -04:00
committed by GitHub
parent 1201a20fc9
commit 8be6b654dc
+1 -1
View File
@@ -4,5 +4,5 @@ branding:
icon: 'code'
color: 'yellow'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'