File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -19,30 +19,10 @@ jobs:
1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22- - name : Use Node ${{matrix.node_version}}
23- uses : actions/setup-node@master
22+ - name : Set up env
23+ uses : the-guild-org/shared-config/setup@v1
2424 with :
2525 node-version : ${{ matrix.node_version }}
26- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
27- name : Install pnpm
28- id : pnpm-install
29- with :
30- version : 8
31- run_install : false
32- - name : Get pnpm store directory
33- id : pnpm-cache
34- shell : bash
35- run : |
36- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38- name : Setup pnpm cache
39- with :
40- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
41- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
42- restore-keys : |
43- ${{ runner.os }}-pnpm-store-
44- - name : Install dependencies
45- run : pnpm install
4626 - name : Build dependencies
4727 run : pnpm run build
4828 - name : Run Tests
You can’t perform that action at this time.
0 commit comments