Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from Agoric/chore/node-compat
Browse files Browse the repository at this point in the history
chore: node 16 is EOL
  • Loading branch information
0xpatrickdev committed Jan 28, 2024
2 parents fce528a + ea8426b commit 0ea86fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18.x]
steps:
- name: Checkout dapp
uses: actions/checkout@v2
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "0.0.1",
"private": true,
"useWorkspaces": true,
"engines": {
"node": ">=16.19.1"
},
"workspaces": [
"api",
"contract",
Expand Down

0 comments on commit 0ea86fa

Please sign in to comment.