We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fff15 commit 235f6eaCopy full SHA for 235f6ea
1 file changed
.github/workflows/test.yml
@@ -11,11 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [20.x, 22.x, 24.x]
+ node-version: [20, 22, 24]
15
steps:
16
- - uses: actions/checkout@v3
+ - name: Checkout
17
+ uses: actions/checkout@v6
18
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
19
+ uses: actions/setup-node@v6
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci
0 commit comments