Skip to content

update workflow

update workflow #3

Workflow file for this run

name: Politescript Tests
on:
push:
branches: [ typescript-version ]
pull_request:
branches: [ typescript-version ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test