Skip to content

build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 #59

build(deps-dev): bump @types/node from 20.11.24 to 20.11.25

build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 #59

Workflow file for this run

name: Testing
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run linters
run: yarn lint
- name: Check code formatting
run: yarn format
- name: Check build
run: yarn build