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

We now use a package that relies on node >= 18.
This commit is contained in:
Paul Fitzpatrick 2023-12-18 10:15:02 -05:00 committed by GitHub
parent 2f0dbb7d25
commit b2a22619a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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