Skip to content

build(deps): Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #5834

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 #5834

Workflow file for this run

name: localization
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
missing-keys:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run missing keys check
run: npm run localization-check-missing