Skip to content

Commit d73258c

Browse files
authored
chore: set engines.node to >= 20 (#4)
1 parent 7cd2c4a commit d73258c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-typescript-utils",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "TypeScript utilities for GitHub Actions workflows - REST API, Octokit, context helpers, and common workflow functions",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -72,7 +72,6 @@
7272
},
7373
"packageManager": "[email protected]",
7474
"engines": {
75-
"node": ">=22.17.0",
76-
"pnpm": ">=10.13.1"
75+
"node": ">=20.0.0"
7776
}
7877
}

0 commit comments

Comments
 (0)