Skip to content

chore(deps-dev): bump @types/node from 20.12.12 to 20.14.11 #203

chore(deps-dev): bump @types/node from 20.12.12 to 20.14.11

chore(deps-dev): bump @types/node from 20.12.12 to 20.14.11 #203

Workflow file for this run

name: "Continuous Integration"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test