Skip to content

Bump typescript from 4.2.4 to 4.9.5 #152

Bump typescript from 4.2.4 to 4.9.5

Bump typescript from 4.2.4 to 4.9.5 #152

Workflow file for this run

name: 'build-test'
on:
pull_request:
types: [opened, synchronize]
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- name: setup node project
uses: actions/checkout@v2
- run: |
npm install
npm run build
- name: run test
run: |
npm run test