Skip to content

Bump @types/node from 20.4.9 to 20.12.8 #389

Bump @types/node from 20.4.9 to 20.12.8

Bump @types/node from 20.4.9 to 20.12.8 #389

Workflow file for this run

name: test ci
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
- 'jest.config.js'
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test