Skip to content

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

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

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

name: Build, lint, test
on:
push:
pull_request:
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: scripts/ci/build-and-test.sh
env:
NODE_VERSION: ${{ matrix.node-version }}