File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 99 - name : Checkout code
1010 uses : actions/checkout@v4
1111
12- - run : corepack enable
12+ - name : Install pnpm
13+ uses : pnpm/action-setup@v4
14+
15+ - run : Install Node.js
1316 - uses : actions/setup-node@v4
1417 with :
15- node-version : lts/*
18+ node-version-file : ' .node-version '
1619 cache : ' pnpm'
1720
1821 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919
20- - run : corepack enable
20+ - name : Install pnpm
21+ uses : pnpm/action-setup@v4
2122
2223 - name : Set node
2324 uses : actions/setup-node@v4
2425 with :
25- node-version : lts/*
26+ node-version-file : ' .node-version '
2627 cache : pnpm
2728 registry-url : ' https://registry.npmjs.org'
2829
Original file line number Diff line number Diff line change 1+ 22.12
You can’t perform that action at this time.
0 commit comments