Skip to content

Commit fb3a973

Browse files
authored
Breaking: Drop Node 18 support (#416)
1 parent 374c5ce commit fb3a973

7 files changed

Lines changed: 102 additions & 156 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# We test against different OSes, because the build toolchain has OS-specific dependencies.
2121
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
22-
node-version: ["22.x", "20.x", "18.x"]
22+
node-version: ["22.x", "20.x"]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4

.github/workflows/e2e-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: ["22.x", "20.x", "18.x"]
22+
node-version: ["22.x", "20.x"]
2323
environment-name: ["ESS PodSpaces", "ESS Dev-2-3"]
2424
experimental: [false]
2525
steps:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
## Unreleased changes
66

7+
### Breaking Changes
8+
9+
- Support for Node.js v18.x has been dropped as that version has reached end-of-life.
10+
711
## [0.0.2](https://github.com/inrupt/solid-client-errors-js/releases/tag/v0.0.2) - 2024-08-27
812

913
### Bugfix

e2e/browser/test-app/package-lock.json

Lines changed: 44 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/browser/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^19.0.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^18.7.6",
22+
"@types/node": "^20.19.0",
2323
"@types/react": "^19.0.2",
2424
"eslint": "^8.12.0",
2525
"eslint-config-next": "^14.2.5",

0 commit comments

Comments
 (0)