Skip to content

Bump webpack from 5.74.0 to 5.76.1 (#110) #96

Bump webpack from 5.74.0 to 5.76.1 (#110)

Bump webpack from 5.74.0 to 5.76.1 (#110) #96

Workflow file for this run

name: Continuous Integration via Node
on:
push:
branches:
- '*'
- '*/*'
tags:
- '__dont_run_on_tags__'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true