File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
- - uses : actions/ setup-node @v3
15
+ - uses : wyvox/action- setup-pnpm @v3
16
16
with :
17
17
node-version : 20
18
- - uses : pnpm/action-setup@v2
19
- name : Install pnpm
20
- with :
21
- version : 8
22
- run_install : false
23
- - name : Get pnpm store directory
24
- shell : bash
25
- run : |
26
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27
- - uses : actions/cache@v3
28
- name : Setup pnpm cache
29
- with :
30
- path : ${{ env.STORE_PATH }}
31
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
32
- restore-keys : |
33
- ${{ runner.os }}-pnpm-store-
34
- - name : Install dependencies
35
- run : pnpm install
36
18
- name : Run Tests
37
19
run : pnpm test
You can’t perform that action at this time.
0 commit comments