diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-04-13 09:48:00 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-04-14 13:34:44 +0200 |
| commit | 38529587f4480cf844ecf6b34a313e313794c979 (patch) | |
| tree | c702a915a0d8616a60f1924d675054db7cac8777 | |
| parent | 7fe67662c8436a6aaefd0af0fb22109ef1433491 (diff) | |
| download | mullvadvpn-38529587f4480cf844ecf6b34a313e313794c979.tar.xz mullvadvpn-38529587f4480cf844ecf6b34a313e313794c979.zip | |
Update node version
| -rw-r--r-- | .github/workflows/frontend.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/translations.yml | 2 | ||||
| -rw-r--r-- | .nvmrc | 2 | ||||
| -rw-r--r-- | gui/package.json | 2 |
4 files changed, 4 insertions, 4 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 @@ -1 +1 @@ -16.9.1 +16.13.2 diff --git a/gui/package.json b/gui/package.json index f6d9ecd588..60a4f67137 100644 --- a/gui/package.json +++ b/gui/package.json @@ -41,7 +41,7 @@ "@types/google-protobuf": "^3.7.2", "@types/history": "^4.7.8", "@types/mocha": "^5.2.6", - "@types/node": "^16.10.1", + "@types/node": "^16.11.26", "@types/node-gettext": "^3.0.1", "@types/rbush": "^2.0.2", "@types/react": "^16.9.56", |
