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

Commit

Permalink
chore: node 16 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jan 26, 2024
1 parent fce528a commit af8efa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.x]
steps:
- name: Checkout dapp
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"useWorkspaces": true,
"engines": {
"node": ">=16.19.1"
"node": ">=18.18.0 <18.19.0"
},
"workspaces": [
"api",
Expand Down

0 comments on commit af8efa1

Please sign in to comment.