Skip to content

chore(deps): bump nanoid from 3.3.11 to 3.3.18 (#67) #57

chore(deps): bump nanoid from 3.3.11 to 3.3.18 (#67)

chore(deps): bump nanoid from 3.3.11 to 3.3.18 (#67) #57

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linter
run: yarn lint
- name: Build project
run: yarn build
env:
NODE_OPTIONS: --openssl-legacy-provider