Skip to content

Commit

Permalink
fine,,,,,,,,,,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
dumorando authored Jun 8, 2024
1 parent b7a99f6 commit 12a4a95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v4
with:
node-version: 16.x

- name: Build
run: |
npm i -g pnpm
npm i -g pnpm@v6
pnpm i --shamefully-hoist --force
NODE_OPTIONS=--openssl-legacy-provider pnpm run build-prod
pnpm run build-prod
- name: Upload built-dist
uses: actions/upload-artifact@v3.1.1
Expand Down

0 comments on commit 12a4a95

Please sign in to comment.