Skip to content

Commit

Permalink
Fix: 'No loader is configured for ".node"' for esbuild 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pH200 committed Aug 9, 2023
1 parent becace1 commit c1db9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install esbuild
run: npm i -g esbuild
run: npm i -g esbuild@0.18.20

- name: Install sharp - arm64
run: SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm i --save-exact --arch=arm64 --platform=linux --libc=glibc sharp
Expand Down

0 comments on commit c1db9fb

Please sign in to comment.