Skip to content

Bump webpack from 5.77.0 to 5.97.1 #11

Bump webpack from 5.77.0 to 5.97.1

Bump webpack from 5.77.0 to 5.97.1 #11

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm ci
npm run test