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

chore(deps-dev): bump esbuild from 0.16.17 to 0.18.8 #113

chore(deps-dev): bump esbuild from 0.16.17 to 0.18.8

chore(deps-dev): bump esbuild from 0.16.17 to 0.18.8 #113

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