@@ -9,7 +9,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- - name: Install deps
- run: yarn
+ - uses: actions/setup-node@v2-beta
+ with:
+ node-version: '15'
- name: CI
- run: yarn ci
+ run: yarn && yarn ci
@@ -13,6 +13,9 @@ jobs:
- name: Install deps
run: yarn
- name: Update translations
- name: Update locale files
@@ -1,6 +1,7 @@
name: Upload translations to Transifex
on:
+ workflow_dispatch:
pull_request_target:
types:
- closed
@@ -14,6 +15,11 @@ jobs:
+ - name: Install deps
+ run: yarn
- name: Upload translations
run: node scripts/transifex push
env: