Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #224

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

build(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #224

Workflow file for this run

name: Run Jest Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "18" # Updated Node.js version
- name: Install dependencies
run: npm install
- name: Run script for tests
run: npm test
- name: Run script for test coverage
run: npm run test:coverage