File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 99 repository_dispatch :
1010 types : [ pr-approved ]
1111
12- env :
13- PNPM_VERSION : ' 10'
14-
1512jobs :
1613 build :
1714 name : 🏗️ Build
2825 node-version : ${{ matrix.node-version }}
2926 - name : 📦 Install pnpm
3027 uses : pnpm/action-setup@v4
31- with :
32- version : ${{ env.PNPM_VERSION }}
3328 - name : 📌 Installing dependencies
3429 run : pnpm install --frozen-lockfile
3530 - name : 🛠️ Building sources
5146 node-version : ${{ matrix.node-version }}
5247 - name : 📦 Install pnpm
5348 uses : pnpm/action-setup@v4
54- with :
55- version : ${{ env.PNPM_VERSION }}
5649 - name : 📌 Installing dependencies
5750 run : pnpm install --frozen-lockfile
5851 - name : ✨ Linting
7669 node-version : ${{ matrix.node-version }}
7770 - name : 📦 Install pnpm
7871 uses : pnpm/action-setup@v4
79- with :
80- version : ${{ env.PNPM_VERSION }}
8172 - name : 📌 Installing dependencies
8273 run : pnpm install --frozen-lockfile
8374 - name : 🚀 Running unit tests
10293 node-version : ${{ matrix.node-version }}
10394 - name : 📦 Install pnpm
10495 uses : pnpm/action-setup@v4
105- with :
106- version : ${{ env.PNPM_VERSION }}
10796 - name : 📌 Installing dependencies
10897 run : pnpm install --frozen-lockfile
10998 - name : 📝 Creating `.env` file
Original file line number Diff line number Diff line change 55
66env :
77 NODE_VERSION : ' 20.x'
8- PNPM_VERSION : ' 10'
98
109permissions :
1110 contents : read
2625
2726 - name : 📦 Install pnpm
2827 uses : pnpm/action-setup@v4
29- with :
30- version : ${{ env.PNPM_VERSION }}
3128
3229 - name : 📌 Install dependencies
3330 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 77
88env :
99 NODE_VERSION : ' 20.x'
10- PNPM_VERSION : ' 10'
1110
1211permissions :
1312 contents : read
2928
3029 - name : 📦 Install pnpm
3130 uses : pnpm/action-setup@v4
32- with :
33- version : ${{ env.PNPM_VERSION }}
3431
3532 - name : 📌 Install dependencies
3633 run : pnpm install --frozen-lockfile
7572
7673 - name : 📦 Install pnpm
7774 uses : pnpm/action-setup@v4
78- with :
79- version : ${{ env.PNPM_VERSION }}
8075
8176 - name : 🔖 Get and validate version
8277 id : version
@@ -134,8 +129,6 @@ jobs:
134129
135130 - name : 📦 Install pnpm
136131 uses : pnpm/action-setup@v4
137- with :
138- version : ${{ env.PNPM_VERSION }}
139132
140133 - name : 📌 Install dependencies
141134 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments