Skip to content

Commit

Permalink
ci: Install missing package on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Nov 4, 2023
1 parent 26a23ef commit 697f296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm install esbuild
- run: npm install esbuild @napi-rs/magic-string-linux-x64-gnu
- run: npm ci
- run: npm run build --if-present
- run: npm run test --if-present
Expand Down

0 comments on commit 697f296

Please sign in to comment.