Skip to content

chore(deps-dev): bump svelte from 3.46.4 to 3.49.0 (#109) #92

chore(deps-dev): bump svelte from 3.46.4 to 3.49.0 (#109)

chore(deps-dev): bump svelte from 3.46.4 to 3.49.0 (#109) #92

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14, 16]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test
env:
CI: true
- run: npm run e2e
env:
CI: true