Skip to content

Commit

Permalink
chore: update max node version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
duartealexf committed Nov 19, 2024
1 parent 631388a commit 0c769cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- "18"
- "19"
- "20"
- "21"
- "22"
- "23"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
"ext": "ne,ts"
},
"engines": {
"node": ">=8.6.0 <=20"
"node": ">=8.6.0 <=23"
}
}
}

0 comments on commit 0c769cb

Please sign in to comment.