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.
2 parents 49b9b49 + f051776 commit 68d2621Copy full SHA for 68d2621
.github/workflows/release.yml
@@ -15,16 +15,16 @@ jobs:
15
name: Release
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/setup-node@v2
19
- with:
20
- node-version: 14
21
-
22
- name: checkout
23
uses: actions/checkout@v2
24
with:
25
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
26
fetch-depth: 0
27
+ - name: setup node
+ uses: actions/setup-node@v2
+ with:
+ node-version: 14
+ registry-url: 'https://registry.npmjs.org'
28
# install pnpm and try to reuse cache from ci action by using same cache keys
29
- name: install pnpm
30
run: npm i -g pnpm@5
0 commit comments