Skip to content

build: upgrade typescript to 5.3.3 #46

build: upgrade typescript to 5.3.3

build: upgrade typescript to 5.3.3 #46

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]
jobs:
'test':
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16']
name: Test on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:ci