build: pin node version to >=13 (#1900) (#1901)

This commit pins the node version to >=13 since node 12 is now end of
life (see https://vercel.com/changelog/node-js-12-is-being-deprecated).
This commit is contained in:
Rick Staa 2022-07-29 10:42:47 +02:00 committed by GitHub
parent 678fa11416
commit 86f0ea0715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,9 @@
},
"author": "Anurag Hazra",
"license": "MIT",
"engines": {
"node": ">=13"
},
"devDependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0",