We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bd1b0 commit 424baadCopy full SHA for 424baad
.github/workflows/pull_request.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/[email protected]
17
18
- name: Setup node environment
19
- uses: actions/setup-node@v3.1.1
+ uses: actions/setup-node@v3.2.0
20
with:
21
node-version: 14
22
cache: 'npm'
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
.github/workflows/release.yml
ref: 'master'
- name: Setup node environment for npm
registry-url: 'https://registry.npmjs.org'
0 commit comments