diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-06-24 11:09:58 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-06-24 18:30:01 +0200 |
| commit | 09a3e447f47591643032fbf988dd9017db629b25 (patch) | |
| tree | 9a498eebf17da0c430cc86a7416bfb36599ec828 | |
| parent | 14b1c184b8d5007870de465bde9cf2d9311e6144 (diff) | |
| download | mullvadvpn-09a3e447f47591643032fbf988dd9017db629b25.tar.xz mullvadvpn-09a3e447f47591643032fbf988dd9017db629b25.zip | |
Bump node version in translations YAML
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2b88426b0f..9deec60fda 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - name: Update NPM run: npm i -g npm |
