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.
2 parents fda9e1d + 33c682c commit 3a3a6daCopy full SHA for 3a3a6da
.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@v2
+ uses: actions/setup-node@v3
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