Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

chore(deps): bump vm2 from 3.9.13 to 3.9.18 #97

chore(deps): bump vm2 from 3.9.13 to 3.9.18

chore(deps): bump vm2 from 3.9.13 to 3.9.18 #97

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linting
run: npm run lint
- name: Run tests
run: yarn ci