Skip to content

Merge pull request #48 from addshore/dependabot/github_actions/action… #73

Merge pull request #48 from addshore/dependabot/github_actions/action…

Merge pull request #48 from addshore/dependabot/github_actions/action… #73

Workflow file for this run

name: NPM CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
browser:
- "chrome"
- "firefox"
- "opera"
- "edge"
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 16
- run: npm install
- run: npm run build ${{ matrix.browser }}