Skip to content

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /website-docs #157

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /website-docs

chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /website-docs #157

Workflow file for this run

name: "🚩 tests"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
name: 🚩 Tests
runs-on: ubuntu-latest
steps:
- name: ☄️ checkout
uses: actions/checkout@v2
- name: 🐱‍🏍 node
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: 📦 install dependencies
run: yarn
- name: 🚩 run tests
run: yarn test