Skip to content

Merge pull request #162 from thegecko/dependabot/npm_and_yarn/ip-2.0.1 #318

Merge pull request #162 from thegecko/dependabot/npm_and_yarn/ip-2.0.1

Merge pull request #162 from thegecko/dependabot/npm_and_yarn/ip-2.0.1 #318

Workflow file for this run

name: build
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn install --ignore-scripts
- run: yarn build:ts