Skip to content

Commit d845cef

Browse files
committed
fix: reintroduce explicit support for node 18
1 parent 3f72c26 commit d845cef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: ['20.x', '22.x', '24.x']
13+
node-version: ['18.x', '20.x', '22.x', '24.x']
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"engines": {
33-
"node": ">=20.0.0"
33+
"node": ">=18.0.0"
3434
},
3535
"browserslist": [
3636
"node >= 20",

0 commit comments

Comments
 (0)