build: setup Node.js using pnpm (#654)
Some checks failed
Build / Build Package (push) Has been cancelled
Check / Check Package (push) Has been cancelled
Test / Test Package (push) Has been cancelled
Test / Test Action (macos-14) (push) Has been cancelled
Test / Test Action (ubuntu-24.04) (push) Has been cancelled
Test / Test Action (windows-2022) (push) Has been cancelled
Test / Test Action With Specified Directories (push) Has been cancelled
Test / Test Action Without Run Build (push) Has been cancelled
Test / Test Action With Additional Options (push) Has been cancelled
Test / Test Action With Custom Generator (push) Has been cancelled

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-03-21 21:37:23 +07:00
committed by GitHub
parent 56db79de2b
commit 3651db1f78
6 changed files with 2 additions and 17 deletions

View File

@@ -12,11 +12,6 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.3.0
with:
node-version-file: .nvmrc
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v1.0.0