File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 strategy :
1919 matrix :
2020 include :
21- # - os: ubuntu-latest
22- # platform: linux
23- - os : windows-latest
24- platform : win32
21+ - os : ubuntu-latest
22+ platform : linux
23+ # - os: windows-latest
24+ # platform: win32
2525 # - os: macos-latest
2626 # platform: darwin
2727 steps :
3232 uses : actions/setup-node@v4
3333 with :
3434 node-version : " 24"
35- cache : " pnpm"
3635
37- - name : Enable corepack (pnpm)
38- run : corepack enable pnpm
36+ - uses : pnpm/action-setup@v4
3937
4038 - name : Install dependencies
4139 run : pnpm install --frozen-lockfile
7270 uses : actions/setup-node@v4
7371 with :
7472 node-version : " 24"
75- cache : " pnpm"
7673
77- - name : Enable corepack (pnpm)
78- run : corepack enable pnpm
74+ - uses : pnpm/action-setup@v4
7975
8076 - name : Run tests
8177 run : pnpm test
You can’t perform that action at this time.
0 commit comments