Skip to content

Commit 86f0ea0

Browse files
authored
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).
1 parent 678fa11 commit 86f0ea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
},
1313
"author": "Anurag Hazra",
1414
"license": "MIT",
15+
"engines": {
16+
"node": ">=13"
17+
},
1518
"devDependencies": {
1619
"@actions/core": "^1.2.4",
1720
"@actions/github": "^4.0.0",

0 commit comments

Comments
 (0)