Skip to content

fix(deps): update all non-major dependencies #275

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #275

Workflow file for this run

name: Build Test
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
name: runner / Build Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
- name: Set up Node.js
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
node-version: 16.x
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build