1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

Bump node to 14 (#358)

* Bump node requirement to 14 and npm to 7
This commit is contained in:
Oscar Hinton
2021-05-12 18:55:00 +02:00
committed by GitHub
parent 1e2c56cacf
commit ba1a40af4e
4 changed files with 158 additions and 177 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: |