We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78587fd commit a74533eCopy full SHA for a74533e
2 files changed
.github/workflows/CI.yml
@@ -53,7 +53,7 @@ jobs:
53
version: latest
54
55
- name: Install dependencies
56
- run: pnpm install --only=dev --ignore-scripts
+ run: pnpm install
57
58
# - name: Format ✨
59
# run: pnpm test.format
.github/workflows/bump_deps.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: "12"
15
- name: Setup PNPM
16
- uses: pnpm/action-setup@v1.2.2
+ uses: pnpm/action-setup@v1.2.1
17
18
19
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments