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 73c9f1e commit 6052200Copy full SHA for 6052200
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v2
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
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
@@ -89,7 +89,7 @@ jobs:
89
fetch-depth: 0
90
91
92
93
94
95
0 commit comments