Skip to content

Commit 235f6ea

Browse files
authored
ci: bump GitHub Actions to latest versions (#203)
1 parent f7fff15 commit 235f6ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x, 24.x]
14+
node-version: [20, 22, 24]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- name: Checkout
17+
uses: actions/checkout@v6
1718
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v6
1920
with:
2021
node-version: ${{ matrix.node-version }}
2122
- run: npm ci

0 commit comments

Comments
 (0)