Skip to content

Commit a933ecf

Browse files
authored
ci: fix CI (#81)
* ci: fix CI * ci: try use pnpm v10 on Nodejs v16 * ci: try not frozen lockfile on quick test * ci: downgrade
1 parent 8e3e875 commit a933ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v2
1818
with:
19-
version: 8
19+
version: 10
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
@@ -47,7 +47,7 @@ jobs:
4747
node-version: ${{ matrix.node-version }}
4848
cache: pnpm
4949
- name: Install dependencies
50-
run: pnpm install --frozen-lockfile --ignore-scripts
50+
run: pnpm install --ignore-scripts
5151
- name: Run unit tests
5252
run: pnpm unit
5353
old:

0 commit comments

Comments
 (0)