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 17ff2a2 commit d2af7c3Copy full SHA for d2af7c3
1 file changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v6
15
- name: Setup Node.js ${{ matrix.node }}
16
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
17
with:
18
node-version: ${{ matrix.node }}
19
- name: Install
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Setup Node.js
38
39
40
node-version: lts/*
41
0 commit comments