Skip to content

chore(deps): bump the npm_and_yarn group group #1060

chore(deps): bump the npm_and_yarn group group

chore(deps): bump the npm_and_yarn group group #1060

Workflow file for this run

name: CI runner
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Build
run: yarn build
env:
CI: true