mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
update node version used for generating translation keys (#794)
We now use a package that relies on node >= 18.
This commit is contained in:
parent
2f0dbb7d25
commit
b2a22619a0
2
.github/workflows/translation_keys.yml
vendored
2
.github/workflows/translation_keys.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Node.js packages
|
- name: Install Node.js packages
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
Loading…
Reference in New Issue
Block a user