NGPixel
1 year ago
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63
1 changed files with
5 additions and
0 deletions
-
.github/workflows/build.yml
|
|
@ -111,6 +111,11 @@ jobs: |
|
|
|
with: |
|
|
|
node-version: 20.x |
|
|
|
|
|
|
|
- name: Enable pnpm |
|
|
|
run: | |
|
|
|
corepack enable |
|
|
|
corepack prepare pnpm@latest --activate |
|
|
|
|
|
|
|
- name: Download Build Artifact |
|
|
|
uses: actions/download-artifact@v3 |
|
|
|
with: |
|
|
|