Skip to content

Bump typescript from 5.3.3 to 5.4.5 #177

Bump typescript from 5.3.3 to 5.4.5

Bump typescript from 5.3.3 to 5.4.5 #177

Workflow file for this run

name: test
on:
push:
pull_request:
merge_group:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
with:
path: .npm
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
with:
push: never
runCmd: |
npm test
npm run prod