Skip to content

chore(deps-dev): Bump typescript from 5.4.5 to 5.6.2 #241

chore(deps-dev): Bump typescript from 5.4.5 to 5.6.2

chore(deps-dev): Bump typescript from 5.4.5 to 5.6.2 #241

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ">=18.0.0"
- name: Test
run: yarn install && yarn test
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: ">=18.0.0"
- name: Test
run: yarn install && yarn prettier --check .