Skip to content

Commit cec5947

Browse files
committed
breaking: 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 d85d6db commit cec5947

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -44,6 +44,6 @@
4444
"sleep": "^6.3.0"
4545
},
4646
"engines": {
47-
"node": ">=18"
47+
"node": ">=20"
4848
}
4949
}

0 commit comments

Comments
 (0)