Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 #766

build(deps): bump nanoid from 3.3.7 to 3.3.8

build(deps): bump nanoid from 3.3.7 to 3.3.8 #766

Workflow file for this run

name: Running Code Coverage
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [latest, lts/*]
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 1
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Run the tests
run: npm test -- --coverage --watchAll=false
- name: Upload to codecov
uses: codecov/codecov-action@v4-beta