Skip to content

Bump webpack from 5.92.1 to 5.94.0 #108

Bump webpack from 5.92.1 to 5.94.0

Bump webpack from 5.92.1 to 5.94.0 #108

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version:
- 16
- 18
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: npm lint
run: npm run lint
- name: npm build
run: npm run build