Skip to content

Bump typescript from 4.9.5 to 5.7.3 #4241

Bump typescript from 4.9.5 to 5.7.3

Bump typescript from 4.9.5 to 5.7.3 #4241

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- uses: borales/actions-yarn@v3.0.0
with:
cmd: lint
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install
- uses: borales/actions-yarn@v3.0.0
env:
CI: true
with:
cmd: test
- uses: borales/actions-yarn@v3.0.0
env:
CI: true
with:
cmd: build