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 11d83de commit 079cc4aCopy full SHA for 079cc4a
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v5
22
23
- name: Use Node.js ${{matrix.node-version }}
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
25
with:
26
node-version: ${{matrix.node-version }}
27
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
0 commit comments