We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605eaff commit e4e2b70Copy full SHA for e4e2b70
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: pnpm/action-setup@v2
19
with:
20
- version: 8
+ version: 9.12.1
21
22
- uses: actions/setup-node@v3
23
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
@@ -90,7 +90,7 @@ jobs:
90
registry-url: 'https://registry.npmjs.org'
91
92
- name: Install
93
- run: pnpm install --no-optional --no-frozen-lockfile
+ run: pnpm install --no-optional
94
95
- name: Queue in release turnstile
96
id: turnstyle
.github/workflows/e2e.yml
@@ -23,7 +23,7 @@ jobs:
24
25
26
- version: 7
27
28
- uses: actions/setup-node@v2
29
0 commit comments