Skip to content

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 (#153) #380

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 (#153)

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 (#153) #380

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test