Skip to content

Bump webpack from 5.73.0 to 5.94.0 #186

Bump webpack from 5.73.0 to 5.94.0

Bump webpack from 5.73.0 to 5.94.0 #186

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Setup cache
id: cache-node
uses: actions/[email protected]
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
- name: build
run: |
npm install --no-fund -g npm@^8.1.4
'./build.sh'