Skip to content

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.3 #7108

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.3

build(deps): bump @withfig/api-bindings from 0.29.4 to 0.30.3 #7108

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Typecheck Files
on: [push, pull_request]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- run: yarn install --no-immutable
- run: yarn test