summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-06-23 11:17:46 +0200
committerDavid Lönnhager <david.l@mullvad.net>2021-06-24 10:46:09 +0200
commit05c4b906b36a9056e17d38213524dcfcb99cc3ce (patch)
treeeab160dc330dc1ed81f2c88db70c4192b9e53c99 /.github/workflows
parent5a16531d134b872260dcbb0a8001bf7e5dffc4d6 (diff)
downloadmullvadvpn-05c4b906b36a9056e17d38213524dcfcb99cc3ce.tar.xz
mullvadvpn-05c4b906b36a9056e17d38213524dcfcb99cc3ce.zip
Bump node to version 14 in GitHub actions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/frontend.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 6862e2922c..d3a8bc6748 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: '12'
+ node-version: '14'
- name: Update NPM
run: npm i -g npm