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 1cd46f8 commit 1f98f89Copy full SHA for 1f98f89
.github/workflows/push.yaml
@@ -16,7 +16,7 @@ jobs:
16
run: echo "package=npm" >> $GITHUB_OUTPUT
17
18
- name: Use Node.js
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
20
with:
21
node-version-file: '.nvmrc'
22
cache: ${{ steps.cache.outputs.package }}
@@ -32,7 +32,7 @@ jobs:
32
DEBUG: ${{ secrets.DEBUG }}
33
34
- name: Upload artifacts
35
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
36
37
name: artifacts
38
path: artifacts
0 commit comments