Skip to content

Migrate to Webpack 5, updated linting and libs #10

Migrate to Webpack 5, updated linting and libs

Migrate to Webpack 5, updated linting and libs #10

Workflow file for this run

name: Test
on:
push:
branches: ['master']
pull_request_target:
branches: ['master']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
registry-url: https://registry.npmjs.org/
- run: npm run bootstrap
- run: npm run lint
- run: npm run build
- run: npm run test