Skip to content

Commit

Permalink
Bring back the node pre-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Nov 15, 2023
1 parent fe0ff29 commit 52be947
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 65 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ runs:
# # restore-keys: |
# # ${{ runner.os }}-${{ inputs.node-version }}-pnpm-store-

- name: Install node-pre-gyp
shell: bash
run: pnpm install -g node-gyp


- name: Install dependencies
shell: bash
run: pnpm install
Expand Down
80 changes: 16 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@upscalerjs/default-model": "workspace:*",
"@upscalerjs/esrgan-legacy": "workspace:*",
"@upscalerjs/pixel-upsampler": "workspace:*",
"fast-folder-size": "^2.2.0",
"front-matter": "^4.0.2",
"glob": "^10.3.3",
"tsc-alias": "^1.8.7",
Expand Down

0 comments on commit 52be947

Please sign in to comment.