Skip to content

Bump nanoid from 3.2.0 to 3.3.19 #7812

Bump nanoid from 3.2.0 to 3.3.19

Bump nanoid from 3.2.0 to 3.3.19 #7812

name: 'integration'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
contents: read
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm clean-install
- name: Pre-fetch the pinned images
run: npm run fetch-images -- bundler
- run: npm run test-integration
env:
GITHUB_TOKEN: ${{ github.token }}