File tree Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
branches :
7
- - main
7
+ - main
8
8
9
9
concurrency :
10
10
group : ${{ github.workflow }}-${{ github.ref }}
@@ -18,34 +18,14 @@ jobs:
18
18
- name : Checkout 🧳
19
19
uses : actions/checkout@v3
20
20
21
- - name : Install Node.js 🔥
22
- uses : actions/setup-node@v3
21
+ - name : Setup PNPM ⚙️
22
+ uses : AkashRajpurohit/.github/.github/ actions/setup-pnpm@main
23
23
with :
24
- node-version : 18
25
-
26
- - name : Install pnpm 👀
27
- uses : pnpm/action-setup@v2
28
- id : pnpm-install
29
- with :
30
- version : 7
31
- run_install : false
32
-
33
- - name : Get pnpm store directory 🏪
34
- id : pnpm-cache
35
- shell : bash
36
- run : |
37
- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
38
-
39
- - name : Setup pnpm cache 💰
40
- uses : actions/cache@v3
41
- with :
42
- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
43
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
44
- restore-keys : |
45
- ${{ runner.os }}-pnpm-store-
24
+ node_version : 18
25
+ pnpm_version : 7
46
26
47
27
- name : Install dependencies ⏬
48
- run : pnpm install
28
+ run : pnpm install --no-frozen-lockfile
49
29
50
30
# Deploy
51
31
- name : Deploy 🚀
You can’t perform that action at this time.
0 commit comments