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 75956a0 commit e27b67dCopy full SHA for e27b67d
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
18
19
- - uses: pnpm/action-setup@v2.0.1
+ - uses: pnpm/action-setup@v2.4.0
20
with:
21
version: ^8
22
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v2
23
24
0 commit comments