Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#404) #2414

chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#404)

chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#404) #2414

Workflow file for this run

name: Tests
on:
push:
branches: [main, canary]
pull_request:
branches: [main, canary]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn set version 4.1.1
- run: yarn install
- run: yarn run turbo test