Use Node 16 (#273)

See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
This commit is contained in:
Peter Thorin
2022-10-16 19:49:13 +02:00
committed by GitHub
parent aa978fb4ab
commit 841007459d

View File

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