File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # [Choice] Node.js version: 16, 14, 12
2
- ARG VARIANT=12 -buster
1
+ # [Choice] Node.js version: 16, 14
2
+ ARG VARIANT=14 -buster
3
3
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
4
4
5
5
# [Optional] Uncomment this section to install additional OS packages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
context : ..
7
7
dockerfile : .devcontainer/Dockerfile
8
8
args :
9
- VARIANT : 12 -buster
9
+ VARIANT : 14 -buster
10
10
environment :
11
11
- CMD_DB_URL=postgres://codimd:codimd@localhost/codimd
12
12
- CMD_USECDN=false
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [10 .x, 12 .x]
13
+ node-version : [14 .x, 16 .x]
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
39
39
steps :
40
40
- uses : actions/checkout@v2
41
41
- uses : actions/setup-node@v2
42
- name : Use Node.js 12
42
+ name : Use Node.js 14
43
43
with :
44
- node-version : 12
44
+ node-version : 14
45
45
check-latest : true
46
46
- name : Install doctoc-check
47
47
run : |
Original file line number Diff line number Diff line change 212
212
"utf-8-validate" : " ~5.0.1"
213
213
},
214
214
"engines" : {
215
- "node" : " >=10 .0.0 <13 .0.0"
215
+ "node" : " >=14 .0.0 <17 .0.0"
216
216
},
217
217
"maintainers" : [
218
218
{
You can’t perform that action at this time.
0 commit comments