mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
use node 14, and only run on gristlabs
This commit is contained in:
parent
7e6404cb67
commit
6476fc30b7
3
.github/workflows/translation_keys.yml
vendored
3
.github/workflows/translation_keys.yml
vendored
@ -11,6 +11,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner == 'gristlabs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -20,7 +21,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 14
|
||||
|
||||
- name: Install Node.js packages
|
||||
run: yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user