Skip to content

Commit 4203cda

Browse files
committed
Updating CI config - removing EOLed v12.x, adding 18.x-24.x
1 parent 3434641 commit 4203cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x, 16.x]
10+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/upload-artifact@v4
2424
# Only publish examples using the main branch, and only from one build
25-
if: github.ref == 'refs/heads/main' && matrix.node-version == '16.x'
25+
if: github.ref == 'refs/heads/main' && matrix.node-version == '24.x'
2626
with:
2727
name: examples
2828
path: examples/*

0 commit comments

Comments
 (0)