diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-10-01 13:52:33 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-10-01 15:51:47 +0200 |
| commit | 809e96cbe6f8d41c2dd06048e8afab9d4dd55b68 (patch) | |
| tree | 89cbc1726d872093b2b83b57ad9931cc98af8aca | |
| parent | 1e5d68ce0d930e32a034ab3338b6cdb6c4827ead (diff) | |
| download | mullvadvpn-809e96cbe6f8d41c2dd06048e8afab9d4dd55b68.tar.xz mullvadvpn-809e96cbe6f8d41c2dd06048e8afab9d4dd55b68.zip | |
Update node version in Github Actions action
| -rw-r--r-- | .github/workflows/frontend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index d3a8bc6748..e8fcd2b348 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@v2.1.5 with: - node-version: '14' + node-version: '16.5' - name: Update NPM run: npm i -g npm |
