Skip to content

Revert "Bump @types/node from 18.15.11 to 20.3.2 (#340)" #630

Revert "Bump @types/node from 18.15.11 to 20.3.2 (#340)"

Revert "Bump @types/node from 18.15.11 to 20.3.2 (#340)" #630

Workflow file for this run

name: "Test"
on: [push, pull_request]
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "yarn install"
run: yarn install
- name: "yarn test"
run: yarn test