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 104d05e commit 28cfcaeCopy full SHA for 28cfcae
.github/workflows/push.yml
@@ -16,7 +16,7 @@ jobs:
16
id: node-version
17
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
18
- name: Use node
19
- uses: actions/setup-node@v3.8.0
+ uses: actions/setup-node@v3.8.1
20
with:
21
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
22
cache: "npm"
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments