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 8e3e875 commit a933ecfCopy full SHA for a933ecf
1 file changed
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/action-setup@v2
18
with:
19
- version: 8
+ version: 10
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
@@ -47,7 +47,7 @@ jobs:
47
node-version: ${{ matrix.node-version }}
48
cache: pnpm
49
- name: Install dependencies
50
- run: pnpm install --frozen-lockfile --ignore-scripts
+ run: pnpm install --ignore-scripts
51
- name: Run unit tests
52
run: pnpm unit
53
old:
0 commit comments