Skip to content

Commit

Permalink
chore(deps): deprecate support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Oct 5, 2023
1 parent da71bf0 commit 7de1be7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '16.x', '18.x' ]
node: [ '18.x' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion packages/pre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ethers": "^5.7.2"
},
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typechain": "^8.3.1"
},
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/taco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ethers": "^5.7.2"
},
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typechain": "^8.3.1"
},
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8.0.0"
}
}

0 comments on commit 7de1be7

Please sign in to comment.