Skip to content

Commit 7f19ed5

Browse files
authored
Update nodeci.yml
1 parent 40aa039 commit 7f19ed5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodeci.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [16.x, 17.x, 18.x, 19.x]
17+
node-version: [24.x]
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v6
2121
- name: Use Node.js with ${{ matrix.node-version }}
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: npm

0 commit comments

Comments
 (0)