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 6d2972e commit 338430fCopy full SHA for 338430f
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
21
- name: Setup Node.js
22
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
23
with:
24
node-version: ${{ env.NODE_VERSION }}
25
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
@@ -83,7 +83,7 @@ jobs:
83
fetch-depth: 0
84
85
86
87
88
89
0 commit comments