Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Jun 30, 2024
1 parent e0ac5e5 commit 61c09ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: CI
on: [push]

env:
MAINNET_URL: ${{ secrets.MAINNET_URL }}
MAINNET_PK: ${{ secrets.MAINNET_PK }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}

jobs:
test:
name: hardhat tests
Expand All @@ -18,7 +13,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version: 16
node-version: 18

- name: install node deps
run: yarn install --frozen-lockfile
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"test": "yarn hardhat test",
"prepack": "yarn clean && yarn check:format && yarn test && yarn build"
},
"engines": {
"node": ">=18.0.0 <19"
},
"packageManager": "[email protected]",
"files": ["contracts/**/*.sol"],
"keywords": ["solidity", "stateless", "shuffle", "feistel", "cipher", "fpe"],
"author": "Kevin Charm <[email protected]>",
Expand Down

0 comments on commit 61c09ed

Please sign in to comment.