mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +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:
2
.github/workflows/translation_keys.yml
vendored
2
.github/workflows/translation_keys.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 18
|
||||
|
||||
- name: Install Node.js packages
|
||||
run: yarn install
|
||||
|
||||
Reference in New Issue
Block a user