Skip to content

Fix(l10n): Update translations from Transifex #3457

Fix(l10n): Update translations from Transifex

Fix(l10n): Update translations from Transifex #3457

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
jest:
runs-on: ubuntu-latest
name: node
steps:
- uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: 14
- name: Set up npm7
run: npm i -g npm@7
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test