File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
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.
28
28
- synchronize
29
29
- labeled
30
30
paths :
31
- - ' security-center/snippets/v1/**'
32
- - ' security-center/snippets/package.json'
31
+ - ' security-center/snippets/**'
33
32
- ' .github/workflows/security-center-snippets.yaml'
34
33
schedule :
35
34
- cron : ' 0 0 * * 0'
56
55
access_token_lifetime : 600s
57
56
58
57
with :
59
- node-version : 16
58
+ node-version : 20
60
59
- name : Get npm cache directory
61
60
id : npm-cache-dir
62
61
shell : bash
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"c8" : " ^10.0.0" ,
21
- "chai" : " ^5.0 .0" ,
21
+ "chai" : " ^4.5 .0" ,
22
22
"mocha" : " ^10.0.0" ,
23
23
"uuid" : " ^10.0.0"
24
24
}
You can’t perform that action at this time.
0 commit comments