Skip to content

chore(deps-dev): bump webpack from 5.90.0 to 5.94.0 #22

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

chore(deps-dev): bump webpack from 5.90.0 to 5.94.0 #22

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
- '!main'
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm test