Skip to content

Commit 50b6c8f

Browse files
committed
Update CI config
1 parent dcdb8b8 commit 50b6c8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
with:
1919
version: 8
2020
- name: Install Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 21
2424
cache: pnpm
2525
- name: Install dependencies
26-
run: pnpm install --frozen-lockfile --ignore-scripts
26+
run: pnpm install --ignore-scripts
2727
- name: Run tests
2828
run: pnpm test
2929
short:
@@ -42,11 +42,11 @@ jobs:
4242
with:
4343
version: 8
4444
- name: Install Node.js ${{ matrix.node-version }}
45-
uses: actions/setup-node@v3
45+
uses: actions/setup-node@v4
4646
with:
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

0 commit comments

Comments
 (0)