1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Bump node to 14 (#955)

* Bump node to 14

* Update Readme

* Change engine to ~14

* Bump jslib

* Remove @angular/localize since it's not used
This commit is contained in:
Oscar Hinton
2021-05-14 20:08:03 +02:00
committed by GitHub
parent 54cd5a68b3
commit bb95eb84ea
4 changed files with 375 additions and 323 deletions

View File

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