Skip to content

build(deps-dev): Bump serve from 14.2.3 to 14.2.4 in the npm_and_yarn group across 1 directory #5722

build(deps-dev): Bump serve from 14.2.3 to 14.2.4 in the npm_and_yarn group across 1 directory

build(deps-dev): Bump serve from 14.2.3 to 14.2.4 in the npm_and_yarn group across 1 directory #5722

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