Skip to content

Commit

Permalink
Merge pull request #68 from raegen/raegen-patch-1
Browse files Browse the repository at this point in the history
Remove node 20 engine requirement
  • Loading branch information
raegen authored Jun 18, 2024
2 parents d87996c + 3ccaaac commit 2ec0228
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@raegen/nx",
"description": "Github action for executing nx commands cached with @actions/cache",
"version": "0.2.9",
"version": "0.3.0",
"author": "raegen",
"type": "module",
"homepage": "https://github.com/raegen/nx",
Expand All @@ -21,9 +21,6 @@
"exports": {
".": "./dist/index.js"
},
"engines": {
"node": ">=20"
},
"scripts": {
"bundle": "yarn run format:write && yarn run package",
"ci-test": "jest --passWithNoTests",
Expand Down

0 comments on commit 2ec0228

Please sign in to comment.