Skip to content

Commit

Permalink
ci: run tests in node 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Feb 18, 2025
1 parent 3454336 commit 8b3aa5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [22.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=22.12.0"
},
"dependencies": {
"@hirosystems/clarinet-sdk": "2.14.0",
"@hirosystems/clarinet-sdk": "^2.14.0",
"@stacks/transactions": "^6.12.0",
"chokidar-cli": "^3.0.0",
"typescript": "^5.3.3",
Expand Down

0 comments on commit 8b3aa5b

Please sign in to comment.