This commit is contained in:
@ -14,25 +14,25 @@ jobs:
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🔧 Install pnpm
|
||||
- name: Install pnpm
|
||||
uses: https://github.com/pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
run_install: false
|
||||
|
||||
- name: 🔧 Install node
|
||||
- name: Install node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: pnpm
|
||||
|
||||
- name: 🧱 Install packages
|
||||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: ✅ Check project
|
||||
- name: Check project
|
||||
run: pnpm run check
|
||||
|
||||
- name: 🔨 Build project
|
||||
- name: Build project
|
||||
run: pnpm run build
|
||||
|
||||
- name: Upload artifact
|
||||
|
Reference in New Issue
Block a user