File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - name : Setup pnpm
5858 uses : pnpm/action-setup@v4
5959 with :
60- version : 10.33.0
60+ version : 10
61+ cache : true
6162
6263 - name : Setup Node.js for OpenAPI lint tooling
6364 uses : actions/setup-node@v6
8586 - name : Setup pnpm
8687 uses : pnpm/action-setup@v4
8788 with :
88- version : 10.33.0
89+ version : 10
90+ cache : true
8991
9092 - name : Setup Node.js
9193 uses : actions/setup-node@v6
99101 run : pnpm run typecheck
100102
101103 - name : Lint CSS with Stylelint
102- run : pnpm dlx stylelint "**/*.css" || npx stylelint "**/*.css"
104+ run : pnpm exec stylelint "**/*.css"
103105
104106 - name : Check formatting
105107 run : pnpm run format:check
@@ -187,7 +189,8 @@ jobs:
187189 - name : Setup pnpm
188190 uses : pnpm/action-setup@v4
189191 with :
190- version : 10.33.0
192+ version : 10
193+ cache : true
191194
192195 - name : Setup Node.js for Docker build
193196 uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments