File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2023 Google LLC
1
+ # Copyright 2024 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16
- digest : sha256:e92044720ab3cb6984a70b0c6001081204375959ba3599ef6c42dd99a7783a67
17
- # created: 2023-11-10T00:24:05.581078808Z
16
+ digest : sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
17
+ # created: 2024-05-31T15:46:42.989947733Z
Original file line number Diff line number Diff line change 1
1
processes :
2
2
- " NodeDependency"
3
- - " OwlBotTemplateChanges"
3
+ - " OwlBotTemplateChangesNode"
4
+ - " OwlBotPRsNode"
Original file line number Diff line number Diff line change 22
22
- run : npm install --production --engine-strict --ignore-scripts --no-package-lock
23
23
# Clean up the production install, before installing dev/production:
24
24
- run : rm -rf node_modules
25
- - run : npm install
25
+ - run : npm install --engine-strict
26
26
- run : npm test
27
27
env :
28
28
MOCHA_THROW_DEPRECATION : false
33
33
- uses : actions/setup-node@v3
34
34
with :
35
35
node-version : 14
36
- - run : npm install
36
+ - run : npm install --engine-strict
37
37
- run : npm test
38
38
env :
39
39
MOCHA_THROW_DEPRECATION : false
Original file line number Diff line number Diff line change 83
83
"jsdoc" : " ^4.0.0" ,
84
84
"jsdoc-region-tag" : " ^3.0.0" ,
85
85
"jsdoc-fresh" : " ^3.0.0" ,
86
- "linkinator" : " ^5 .0.0" ,
86
+ "linkinator" : " ^3 .0.0" ,
87
87
"mocha" : " ^9.2.2" ,
88
88
"nock" : " ^13.0.0" ,
89
89
"null-loader" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments