Skip to content

Commit 6d67f1b

Browse files
committed
chore: update node on GitHub actions
No change to logic. This adds Node v24 to GitHub Actions CI. This drops official support for Node v18 because it was marked end-of-life in March 2025.
1 parent aa91058 commit 6d67f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 18
1413
- 20
1514
- 22
15+
- 24
1616
os:
1717
- ubuntu-latest
1818
- macos-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"clear": "0.0.1"
4444
},
4545
"engines": {
46-
"node": ">=18"
46+
"node": ">=20"
4747
}
4848
}

0 commit comments

Comments
 (0)