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 4805239 commit 0029b21Copy full SHA for 0029b21
.github/workflows/build-and-test.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v6
19
- name: Setup node
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{matrix.node-version}}
23
cache: yarn
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
node-version: 22.x
38
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
node-version: 20.x
60
0 commit comments