diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-04-14 13:35:16 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-04-14 13:35:16 +0200 |
| commit | 1da1df4a6f914b36141f991f7a1791fc5e6dfe9d (patch) | |
| tree | 0a2ba428c02c08b26426ef003cfe31dd2d95a49f /.github/workflows | |
| parent | da4e9e8cea4a2c10370842dc9f404d41190fd919 (diff) | |
| parent | 94ee55c53c29513ecf0d69c115c94f603316951f (diff) | |
| download | mullvadvpn-1da1df4a6f914b36141f991f7a1791fc5e6dfe9d.tar.xz mullvadvpn-1da1df4a6f914b36141f991f7a1791fc5e6dfe9d.zip | |
Merge branch 'update-to-electron-18'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/frontend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 28aa6e2ad7..d31c55509f 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '16.9.1' + node-version-file: '.nvmrc' cache: 'npm' cache-dependency-path: gui/package-lock.json diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1fd46c98d6..8bdf3a747a 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '16.9.1' + node-version-file: '.nvmrc' cache: 'npm' cache-dependency-path: gui/package-lock.json |
