Skip to content

Commit 1c3b28c

Browse files
update Node and action versions for GitHub Actions workflow
1 parent fada5b0 commit 1c3b28c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

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

1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm ci

0 commit comments

Comments
 (0)