Skip to content

Bump webpack from 5.75.0 to 5.94.0 #852

Bump webpack from 5.75.0 to 5.94.0

Bump webpack from 5.75.0 to 5.94.0 #852

Workflow file for this run

name: async-worker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install yarn
run: npm i -g yarn
- name: build and test
run: |
yarn install --frozen-lockfile
yarn build
yarn test