File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout the repository
1515 uses : actions/checkout@v4
16- - name : Install tools from asdf config
17- uses : ai/asdf-cache-action@v1
16+ - name : Install pnpm
17+ uses : pnpm/action-setup@v4
18+ with :
19+ version : 9
20+ - name : Install Node.js
21+ uses : actions/setup-node@v4
22+ with :
23+ node-version : 22
24+ cache : pnpm
1825 - name : Install all dependencies
1926 run : pnpm install --frozen-lockfile --ignore-scripts
2027 - name : Run tests
@@ -33,10 +40,14 @@ jobs:
3340 uses : actions/checkout@v4
3441 with :
3542 persist-credentials : false
36- - name : Install tools from asdf config
37- uses : ai/asdf-cache-action@v1
43+ - name : Install pnpm
44+ uses : pnpm/action-setup@v4
45+ with :
46+ version : 9
47+ - name : Install Node.js
48+ uses : actions/setup-node@v4
3849 with :
39- dependencies-cache : production
50+ node-version : 22
4051 - name : Install dependencies
4152 run : pnpm install --frozen-lockfile --production --ignore-scripts
4253 - name : Build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments