Skip to content

Bump typescript from 4.8.4 to 5.7.2 #82

Bump typescript from 4.8.4 to 5.7.2

Bump typescript from 4.8.4 to 5.7.2 #82

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn --frozen-lockfile
- run: yarn test