Skip to content

Commit 0845858

Browse files
authored
Use Server Manager's View Container (#1270)
1 parent 99eb41a commit 0845858

File tree

8 files changed

+99
-324
lines changed

8 files changed

+99
-324
lines changed

.github/SUPPORT.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Use Node.js
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 16
69+
node-version: 18
7070
- run: npm install
7171
- name: lint
7272
if: runner.os == 'Linux'
@@ -136,7 +136,7 @@ jobs:
136136
- name: Use Node.js
137137
uses: actions/setup-node@v3
138138
with:
139-
node-version: 16
139+
node-version: 18
140140
- name: Prepare build
141141
id: set-version
142142
run: |

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Use Node.js
6262
uses: actions/setup-node@v3
6363
with:
64-
node-version: 16
64+
node-version: 18
6565
- run: npm install
6666
- name: lint
6767
if: runner.os == 'Linux'
@@ -131,7 +131,7 @@ jobs:
131131
- name: Use Node.js
132132
uses: actions/setup-node@v3
133133
with:
134-
node-version: 16
134+
node-version: 18
135135
- name: Prepare pre-release build
136136
id: set-version
137137
run: |

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Prerequisites
66

7-
1. [Node.js](https://nodejs.org/) 12.x
7+
1. [Node.js](https://nodejs.org/) 18.x
88
1. Windows, macOS, or Linux
99
1. [Visual Studio Code](https://code.visualstudio.com/)
1010
1. The following VS Code extensions:

images/InterSystems.svg

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)