Skip to content

Commit 6a3a268

Browse files
committed
chore: fix ci
1 parent e7178c8 commit 6a3a268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [20.x, 22.x, 24.x, 25.x]
12+
node-version: [20.x, 22.x, 24.x, latest]
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@6
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'npm'

0 commit comments

Comments
 (0)