File tree Expand file tree Collapse file tree 5 files changed +789
-89
lines changed Expand file tree Collapse file tree 5 files changed +789
-89
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- uses : actions/setup-node@v3
24
24
with :
25
- node-version : ' 14 '
25
+ node-version : ' 16 '
26
26
cache : ' yarn'
27
27
28
28
- name : Installing Dependencies
67
67
68
68
- uses : actions/setup-node@v3
69
69
with :
70
- node-version : ' 14 '
70
+ node-version : ' 16 '
71
71
cache : ' yarn'
72
72
73
73
- name : Installing Dependencies
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
- uses : actions/setup-node@v3
129
129
with :
130
- node-version : ' 14 '
130
+ node-version : ' 16 '
131
131
cache : ' yarn'
132
132
133
133
- name : Installing Dependencies
@@ -183,7 +183,7 @@ jobs:
183
183
184
184
- uses : actions/setup-node@v3
185
185
with :
186
- node-version : ' 14 '
186
+ node-version : ' 16 '
187
187
cache : ' yarn'
188
188
189
189
- name : Installing Dependencies
@@ -238,7 +238,7 @@ jobs:
238
238
239
239
- uses : actions/setup-node@v3
240
240
with :
241
- node-version : ' 14 '
241
+ node-version : ' 16 '
242
242
cache : ' yarn'
243
243
244
244
- name : Installing Dependencies
@@ -271,7 +271,7 @@ jobs:
271
271
272
272
- uses : actions/setup-node@v3
273
273
with :
274
- node-version : ' 14 '
274
+ node-version : ' 16 '
275
275
cache : ' yarn'
276
276
277
277
- name : Installing Dependencies
Original file line number Diff line number Diff line change 1
- FROM node:14
1
+ FROM node:16
2
2
ENV NPM_CONFIG_LOGLEVEL warn
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change 35
35
"postinstall" : " patch-package"
36
36
},
37
37
"engines" : {
38
- "node" : " >6 .0.0" ,
39
- "npm" : " >3 .0.0"
38
+ "node" : " >16 .0.0" ,
39
+ "npm" : " >8 .0.0"
40
40
},
41
41
"dependencies" : {
42
42
"@aws-sdk/client-s3" : " ^3.100.0" ,
43
43
"@aws-sdk/lib-storage" : " ^3.100.0" ,
44
44
"@azure/storage-blob" : " ^10.3.0" ,
45
45
"@google-cloud/storage" : " ^5.8.1" ,
46
- "@learninglocker/xapi-validation" : " ^2.1.10 " ,
46
+ "@learninglocker/xapi-validation" : " ^4.0.0 " ,
47
47
"accept-language-parser" : " ^1.5.0" ,
48
48
"atob" : " ^2.0.3" ,
49
49
"bluebird" : " 3.7.2" ,
56
56
"http-status-codes" : " ^2.0.0" ,
57
57
"install" : " ^0.13.0" ,
58
58
"ioredis" : " ^4.14.0" ,
59
- "jscommons" : " ^4 .0.0" ,
59
+ "jscommons" : " ^6 .0.0" ,
60
60
"jsonwebtoken" : " ^8.5.1" ,
61
61
"lodash" : " ^4.17.4" ,
62
62
"mime-types" : " 2.1.35" ,
88
88
"@types/lodash" : " 4.14.176" ,
89
89
"@types/mime-types" : " 2.1.1" ,
90
90
"@types/mocha" : " 8.2.3" ,
91
- "@types/node" : " ^14 .18.18 " ,
91
+ "@types/node" : " 16 .18.13 " ,
92
92
"@types/node-fetch" : " 2.5.8" ,
93
93
"@types/object-hash" : " 1.3.4" ,
94
94
"@types/redis" : " 2.8.32" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git clone -b master https://github.com/adlnet/lrs-conformance-test-suite ../conf
13
13
cd ../conformance
14
14
15
15
log " Installing dependencies for the ADL conformance test suite."
16
- npm ci
16
+ yarn install --ignore-engines --frozen-lockfile
17
17
18
18
log " Running the ADL conformance test suite."
19
19
node bin/console_runner.js -e " http://localhost:$EXPRESS_PORT /data/xAPI" -a -u " AAA" -p " BBB" -b
You can’t perform that action at this time.
0 commit comments