Skip to content

Commit

Permalink
revert: bump node
Browse files Browse the repository at this point in the history
This reverts commit 6a06cfb.
  • Loading branch information
tlvince committed Jun 13, 2024
1 parent 178935e commit 93e033f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ jobs:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm cit
2 changes: 0 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm cit
- run: npm run semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
}
},
"engines": {
"npm": ">=10",
"node": ">=20"
"npm": ">=6",
"node": ">=8"
},
"files": [
"lib/"
Expand Down

0 comments on commit 93e033f

Please sign in to comment.