Skip to content

Commit

Permalink
fix: downgrade node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 26, 2024
1 parent f49cd44 commit 6d803c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "main"
- "dev"
- "hiep/fix-ci"
tags:
- "*"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:watch": "jest --watch"
},
"engines": {
"node": ">=22.0.0"
"node": "22.6.0"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
Expand Down

0 comments on commit 6d803c2

Please sign in to comment.