Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #708

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #708

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint and test
run: |
npm install
npm run lint
npm test --coverage
env:
CI: true