File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments