update node version used for generating translation keys (#794)

We now use a package that relies on node >= 18.
pull/798/head
Paul Fitzpatrick 4 months ago committed by GitHub
parent 2f0dbb7d25
commit b2a22619a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save