1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Bump node to 14 (#1815)

* Bump node to 14

* Bump gulp-filter

* Bump dependencies

* Bump jslib

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-05-12 22:39:23 +02:00
committed by GitHub
parent 906367ea54
commit 00f20c1c2e
5 changed files with 410 additions and 541 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.x'
- name: Print environment
run: |

View File

@@ -77,7 +77,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '14.x'
- name: Print environment
run: |