Skip to content

chore(deps-dev): bump webpack from 5.76.1 to 5.94.0 #115

chore(deps-dev): bump webpack from 5.76.1 to 5.94.0

chore(deps-dev): bump webpack from 5.76.1 to 5.94.0 #115

Workflow file for this run

name: Tests
on:
push:
branches-ignore:
- master
pull_request:
branches-ignore:
- master
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.14
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test