Skip to content

Commit

Permalink
fix(deps): Complete migration to Node 16 (#855)
Browse files Browse the repository at this point in the history
Since the Electron 15 upgrade upgraded the runtime already.
  • Loading branch information
gnarea authored Nov 16, 2021
1 parent 1f420db commit 184f775
Show file tree
Hide file tree
Showing 12 changed files with 19,024 additions and 5,801 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Get npm cache directory
id: npm-cache
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Get npm cache directory
id: npm-cache
run: |
Expand All @@ -56,6 +56,7 @@ jobs:
working-directory: packages/ui

- run: npm run build
timeout-minutes: 5
- run: npm run test:ci
- run: npm run dist
working-directory: packages/ui
Expand All @@ -71,7 +72,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Get npm cache directory
id: npm-cache
run: |
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Get npm cache directory
id: npm-cache
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ However, we do use the terms "private gateway" or "gateway" in the code base bec

### System dependencies

You only need Node.js 14+ installed.
You only need Node.js 16+ installed.

### Setup

Expand Down
Loading

0 comments on commit 184f775

Please sign in to comment.