Skip to content

Bump webpack from 5.88.2 to 5.94.0 #230

Bump webpack from 5.88.2 to 5.94.0

Bump webpack from 5.88.2 to 5.94.0 #230

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Sprotty CI
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Build
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test