Skip to content

add dBFS volume

add dBFS volume #86

Workflow file for this run

name: I18N
on:
push:
branches:
- main
paths:
- "packages/client/**"
jobs:
i18n:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fix node version
uses: actions/setup-node@v3
with:
node-version: 18
- name: Cache node_modules
uses: actions/cache@v3
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
- name: Install
run: npm install
- name: Transifex
env:
TRANSIFEX_TOKEN: ${{ secrets.TRANSIFEX_TOKEN }}
TRANSIFEX_SECRET: ${{ secrets.TRANSIFEX_SECRET }}
run: npm run i18n --workspace=@lasso/client