Skip to content

Bump webpack from 5.86.0 to 5.88.2 #1239

Bump webpack from 5.86.0 to 5.88.2

Bump webpack from 5.86.0 to 5.88.2 #1239

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- dev
env:
NODE_VERSION: "16.14.0"
jobs:
worker:
runs-on: ubuntu-latest
name: Build worker
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/worker_build
site:
runs-on: ubuntu-latest
name: Build site
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/build
test-worker:
runs-on: ubuntu-latest
name: Test worker
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install packages
run: script/bootstrap
- name: Build
run: script/worker_test