Skip to content

[Snyk] Security upgrade @tatumio/tatum from 1.37.50 to 3.0.0 #174

[Snyk] Security upgrade @tatumio/tatum from 1.37.50 to 3.0.0

[Snyk] Security upgrade @tatumio/tatum from 1.37.50 to 3.0.0 #174

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- master
jobs:
build:
name: 🏗️ Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install
- run: yarn lint
- run: yarn build