Skip to content

Commit

Permalink
BREAKING: drop node 18 support
Browse files Browse the repository at this point in the history
- add Node 22 to CI
- ensure @types/node get updatres
  • Loading branch information
AviVahl committed Sep 2, 2024
1 parent ea2479c commit 846b9a2
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
ignore:
- dependency-name: '@types/node'
versions:
- '>=19'
- '>=21'
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20, 18]
node-version: [22, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
95 changes: 60 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chai": "^4.4.1",
"esbuild": "^0.23.1",
"mocha": "^10.7.3",
"mocha-web": "^1.0.2",
"mocha-web": "^2.0.0",
"typescript": "~5.5.4"
},
"files": [
Expand All @@ -39,7 +39,7 @@
"src"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"keywords": [
"packages",
Expand Down

0 comments on commit 846b9a2

Please sign in to comment.