We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9b785 commit 7b6a0f1Copy full SHA for 7b6a0f1
Dockerfile
@@ -7,7 +7,7 @@
7
# the Business Source License, use of this software will be governed
8
# by the Apache License, Version 2.0
9
10
-FROM node:14-alpine
+FROM node:16-alpine
11
12
ARG LOCAL_USER_ID
13
ARG LOCAL_GROUP_ID
package.json
@@ -12,7 +12,7 @@
"update:deps": "npm-check -u",
"test": "nyc --reporter=lcov --reporter=text-summary ava",
14
"test:nolint": "nyc --reporter=lcov --reporter=text-summary ava",
15
- "test:debug": "ava debug --break ./test/api/app/models/app.js",
+ "test:debug": "ava debug --break ./test/api/tls/models/app.js",
16
"pretest": "npm run lint",
17
"debug": "node --inspect-brk ./index.js",
18
"start": "node ./index.js",
0 commit comments