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 18dfcb7 commit 5c01ea0Copy full SHA for 5c01ea0
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/setup-node@v2.2.0
+ - uses: actions/setup-node@v2.3.0
17
with:
18
cache: npm
19
- run: npm ci
.github/workflows/update.yml
@@ -19,7 +19,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.event.client_payload.action == 'published'
20
21
22
23
24
25
0 commit comments