Skip to content

Commit

Permalink
Fix workflow and force pnpm and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alavarello committed Dec 1, 2024
1 parent e01e669 commit 9bcb96b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"prepare:package": "pnpm clean; pnpm compile; pnpm build; ts-node scripts/build-publish.ts",
"publish:package": "pnpm prepare:package; cd publish && npm publish"
},
"engines": {
"node": "20",
"pnpm": "9"
},
"dependencies": {
"@ensdomains/ens-contracts": "1.2.2",
"@openzeppelin/contracts": "5.1.0",
Expand Down

0 comments on commit 9bcb96b

Please sign in to comment.