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 a44ef7a commit 518d6a7Copy full SHA for 518d6a7
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: pnpm/action-setup@v4.0.0
+ - uses: pnpm/action-setup@v4.1.0
23
- uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js
26
uses: actions/setup-node@v4
27
0 commit comments