We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7178c8 commit 6a3a268Copy full SHA for 6a3a268
.github/workflows/ci.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [20.x, 22.x, 24.x, 25.x]
+ node-version: [20.x, 22.x, 24.x, latest]
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@6
19
with:
20
node-version: ${{ matrix.node-version }}
21
cache: 'npm'
0 commit comments