We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 948b05e + 5294214 commit 0b4f534Copy full SHA for 0b4f534
3 files changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
- uses: actions/setup-node@v2
10
with:
11
- node-version: 14
+ node-version: 16
12
13
- name: Install server
14
run: yarn --cwd server install
.gitignore
@@ -28,4 +28,5 @@ development.env
28
production.env
29
sandbox.env
30
31
-config.ts
+config.ts
32
+.bluebutton-config.json
0 commit comments