Skip to content

Commit eedf9bc

Browse files
committed
Drop node v18 and add node v22 as lts/*
1 parent 8af283d commit eedf9bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node-version:
17-
- 18
1817
- 20
18+
- lts/*
1919
- latest
2020
steps:
2121
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
},
6868
"license": "MIT",
6969
"engines": {
70-
"node": ">=18"
70+
"node": ">=20"
7171
}
7272
}

0 commit comments

Comments
 (0)