Skip to content

build(deps-dev): bump @types/node from 18.17.3 to 20.8.7 #145

build(deps-dev): bump @types/node from 18.17.3 to 20.8.7

build(deps-dev): bump @types/node from 18.17.3 to 20.8.7 #145

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test