Skip to content

⬆️ Bump webpack from 5.63.0 to 5.76.0 #20

⬆️ Bump webpack from 5.63.0 to 5.76.0

⬆️ Bump webpack from 5.63.0 to 5.76.0 #20

Workflow file for this run

name: Run tests
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node_version:
- '12'
- '14'
- '16'
- '17'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
name: Use Node.js v${{matrix.node_version}}
with:
node-version: ${{matrix.node_version}}
cache: 'yarn'
- run: yarn install
- run: yarn build
- run: yarn validate