Skip to content

Commit d5e7c42

Browse files
Update Node.js CI workflow to use newer Node.js versions and action versions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 79f15ca commit d5e7c42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version: [18.x, 20.x, 22.x]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: node test.js

0 commit comments

Comments
 (0)