Skip to content

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #16

chore(deps): bump nanoid from 3.3.6 to 3.3.8

chore(deps): bump nanoid from 3.3.6 to 3.3.8 #16

Workflow file for this run

name: NPM Format Check
on: ["pull_request"]
jobs:
npm_test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Run NPM Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run NPM Install
run: yarn install
- name: Check formatting
run: npm run format:check