Skip to content

Commit b9e1233

Browse files
authored
Merge pull request #3 from tphummel/codex/add-node.js-22-lts-and-24-to-ci-matrix
Add Node 20 and drop old versions from CI
2 parents 90a77fd + df2d52a commit b9e1233

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 15.x, 16.x]
15+
node-version: [20.x, 22.x, 24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 24

0 commit comments

Comments
 (0)