Skip to content

Reverting msw library upgrade #360

Reverting msw library upgrade

Reverting msw library upgrade #360

Workflow file for this run

name: Compile
on: push
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: npm ci
- run: npm run build