There was an error while loading. Please reload this page.
1 parent c133d59 commit 01ee4e9Copy full SHA for 01ee4e9
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- uses: nrwl/nx-set-shas@v4
18
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
19
- uses: actions/setup-node@v4
20
21
node-version: 'lts/*'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
22
23
- name: Setup Node.js
24
uses: actions/setup-node@v4
0 commit comments