File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : 14
22
+ node-version : 16
23
23
- uses : actions/cache@v4
24
24
with :
25
25
path : ~/.npm
Original file line number Diff line number Diff line change 20
20
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 14
23
+ node-version : 16
24
24
25
25
- name : Build
26
26
run : |
71
71
layer-name : opentelemetry-nodejs
72
72
component-version : ${{needs.build-layer.outputs.NODEJS_VERSION}}
73
73
# architecture:
74
- runtimes : nodejs14 .x nodejs16 .x nodejs18 .x
74
+ runtimes : nodejs16 .x nodejs18 .x nodejs20 .x
75
75
release-group : prod
76
76
aws_region : ${{ matrix.aws_region }}
77
77
secrets : inherit
Original file line number Diff line number Diff line change 6
6
"repository" : " open-telemetry/opentelemetry-lambda" ,
7
7
"scripts" : {
8
8
"clean" : " rimraf build/*" ,
9
- "lint" : " eslint . --ext .ts" ,
10
- "lint:fix" : " eslint . --ext .ts --fix" ,
9
+ "lint" : " ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts" ,
10
+ "lint:fix" : " ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts --fix" ,
11
11
"prepare" : " npm run compile" ,
12
12
"compile" : " tsc -p ." ,
13
13
"postcompile" : " copyfiles 'node_modules/**' build/workspace/nodejs && copyfiles -f 'scripts/*' build/workspace && copyfiles -f 'build/src/*' build/workspace && cd build/workspace && bestzip ../layer.zip *"
23
23
"author" : " OpenTelemetry Authors" ,
24
24
"license" : " Apache-2.0" ,
25
25
"engines" : {
26
- "node" : " >=14 .0.0"
26
+ "node" : " >=16 .0.0"
27
27
},
28
28
"dependencies" : {
29
29
"@opentelemetry/api" : " ^1.7.0" ,
Original file line number Diff line number Diff line change 8
8
"repository" : " open-telemetry/opentelemetry-lambda" ,
9
9
"scripts" : {
10
10
"clean" : " rimraf build/*" ,
11
- "lint" : " eslint . --ext .ts" ,
12
- "lint:fix" : " eslint . --ext .ts --fix" ,
11
+ "lint" : " ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts" ,
12
+ "lint:fix" : " ESLINT_USE_FLAT_CONFIG=false eslint . --ext .ts --fix" ,
13
13
"precompile" : " tsc --version" ,
14
14
"prepare" : " npm run compile" ,
15
15
"compile" : " tsc -p ." ,
26
26
"author" : " OpenTelemetry Authors" ,
27
27
"license" : " Apache-2.0" ,
28
28
"engines" : {
29
- "node" : " >=14 .0.0"
29
+ "node" : " >=16 .0.0"
30
30
},
31
31
"files" : [
32
32
" build/src/**/*.js" ,
42
42
"copyfiles" : " 2.4.1" ,
43
43
"rimraf" : " 5.0.5" ,
44
44
"ts-node" : " 10.9.2" ,
45
- "tslint-consistent-codestyle" : " 1.16.0" ,
46
- "tslint-microsoft-contrib" : " 6.2.0" ,
47
45
"typescript" : " 5.3.3"
48
46
},
49
47
"dependencies" : {
You can’t perform that action at this time.
0 commit comments