Skip to content

Bump typescript from 5.9.2 to 5.9.3 (#654) #1027

Bump typescript from 5.9.2 to 5.9.3 (#654)

Bump typescript from 5.9.2 to 5.9.3 (#654) #1027

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Use Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version-file: ".nvmrc"
- run: yarn install --immutable
- run: yarn test