Skip to content

Merge pull request #49 from addshore/dependabot/github_actions/dweneg… #75

Merge pull request #49 from addshore/dependabot/github_actions/dweneg…

Merge pull request #49 from addshore/dependabot/github_actions/dweneg… #75

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 }}