Skip to content

Bump webpack from 4.47.0 to 5.94.0 #168

Bump webpack from 4.47.0 to 5.94.0

Bump webpack from 4.47.0 to 5.94.0 #168

Workflow file for this run

name: Main workflow
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install packages
run: yarn --frozen-lockfile
- name: Build
run: yarn build