Skip to content

Commit

Permalink
ci: Install esbuild version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Nov 4, 2023
1 parent 5540c9c commit 26a23ef
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,6 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm install esbuild
- run: npm ci
- run: npm run build --if-present
- run: npm run test --if-present
Expand All @@ -32,7 +33,6 @@ jobs:
with:
node-version-file: ".nvmrc"
- run: |
npm install esbuild
npm ci
npx semantic-release --ci
env:
Expand Down

0 comments on commit 26a23ef

Please sign in to comment.