This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -20,32 +20,32 @@ jobs:
2020 uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
23- cache : ' pnpm'
23+ cache : ' pnpm'
2424 - name : Install dependencies
2525 run : pnpm install --frozen-lockfile
2626 - name : Run Formatter
2727 run : pnpm format:check
2828 test :
29- name : Format
30- runs-on : ubuntu-22.04
31- strategy :
32- matrix :
33- node-version : latest
34- steps :
35- - uses : actions/checkout@v4
36- - name : Install pnpm
37- uses : pnpm/action-setup@v4
38- with :
39- version : 10
40- - name : Use Node.js ${{ matrix.node-version }}
41- uses : actions/setup-node@v4
42- with :
43- node-version : ${{ matrix.node-version }}
44- cache : ' pnpm'
45- - name : Install dependencies
46- run : pnpm install --frozen-lockfile
47- - name : Run tests
48- run : pnpm test
29+ name : Format
30+ runs-on : ubuntu-22.04
31+ strategy :
32+ matrix :
33+ node-version : latest
34+ steps :
35+ - uses : actions/checkout@v4
36+ - name : Install pnpm
37+ uses : pnpm/action-setup@v4
38+ with :
39+ version : 10
40+ - name : Use Node.js ${{ matrix.node-version }}
41+ uses : actions/setup-node@v4
42+ with :
43+ node-version : ${{ matrix.node-version }}
44+ cache : ' pnpm'
45+ - name : Install dependencies
46+ run : pnpm install --frozen-lockfile
47+ - name : Run tests
48+ run : pnpm test
4949
5050 build :
5151 name : Format
6363 uses : actions/setup-node@v4
6464 with :
6565 node-version : ${{ matrix.node-version }}
66- cache : ' pnpm'
66+ cache : ' pnpm'
6767 - name : Install dependencies
6868 run : pnpm install --frozen-lockfile
6969 - name : Build project
You can’t perform that action at this time.
0 commit comments