Skip to content

build(deps): bump nanoid from 5.0.5 to 5.0.6 #1066

build(deps): bump nanoid from 5.0.5 to 5.0.6

build(deps): bump nanoid from 5.0.5 to 5.0.6 #1066

Workflow file for this run

name: Testing (Pull Request)
on: [pull_request, workflow_dispatch]
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: check out code
uses: actions/checkout@v4
- name: rename publication config file
run: mv apps/publication/src/common/utils/clientConfig.sample.ts apps/publication/src/common/utils/clientConfig.ts
- name: install
run: yarn install
- name: unit tests
run: yarn coverage
- name: upload test coverage to codecov
uses: codecov/codecov-action@v3