Skip to content

Bump typescript from 5.6.3 to 5.7.3 #327

Bump typescript from 5.6.3 to 5.7.3

Bump typescript from 5.6.3 to 5.7.3 #327

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: echo 'ENV = "development"' >> .dev.vars
- name: Test
run: pnpm run test