Skip to content

Commit

Permalink
fix: downgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jul 17, 2024
1 parent 79b4bf0 commit fd7a2c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
node:
- 22
- 20
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -33,5 +33,6 @@ jobs:
node-version: ${{matrix.node}}.x

- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
release-type: node
package-name: amaro
bump-minor-pre-major: true # TODO: remove this when releasing v1.0.0.
bump-patch-for-minor-pre-major: true

npm-publish:
needs: release-please
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.5.3"
},
"engines": {
"node": "^22.4.0"
"node": "^20.15.0"
},
"exports": {
"./package.json": "./package.json"
Expand Down

0 comments on commit fd7a2c3

Please sign in to comment.