Skip to content

Commit

Permalink
feat!: remove support for node v18 (cloudspannerecosystem#415)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: While v18 remains in maintenance until April 2025, several dependencies no longer support node 18.
  • Loading branch information
nielm authored Nov 28, 2024
1 parent 7349a99 commit b967e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.0.0 || >=20.0.0",
"node": ">=20.0.0 || >=22.0.0",
"npm": ">=10.0.0"
}
}

0 comments on commit b967e47

Please sign in to comment.