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 f891ea6 commit 7bd5582Copy full SHA for 7bd5582
.github/workflows/node.js.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- name: Use Node.js
23
- uses: actions/setup-node@v3.3.0
+ uses: actions/setup-node@v3.4.1
24
with:
25
node-version: 14.x
26
cache: "yarn"
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v3
19
node-version: "14.17.0"
registry-url: https://registry.npmjs.org/
0 commit comments