Skip to content

Commit

Permalink
Updated GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 6, 2023
1 parent 84fc4ea commit 85bb795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g npm@latest
- run: npm ci
- run: npm run build --if-present
- run: npm run build
- if: ${{ matrix.browser }}
run: npm run test-browsers -- --browsers=${{ matrix.browser }}
- if: ${{ !matrix.browser }}
Expand Down

0 comments on commit 85bb795

Please sign in to comment.