Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Update dependency @types/jest to v29.5.12 #686

Update dependency @types/jest to v29.5.12

Update dependency @types/jest to v29.5.12 #686

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test