Skip to content

Bump json from 2.7.1 to 2.7.2 #3080

Bump json from 2.7.1 to 2.7.2

Bump json from 2.7.1 to 2.7.2 #3080

Workflow file for this run

name: translation
on: [push, pull_request]
jobs:
Translations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.13.0
- uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
- name: Install
run: yarn
- name: Check Translations
run: yarn run translations:chk