File tree Expand file tree Collapse file tree 3 files changed +19
-43
lines changed Expand file tree Collapse file tree 3 files changed +19
-43
lines changed Original file line number Diff line number Diff line change 12
12
update_generated_files :
13
13
name : Update automatically generated files
14
14
runs-on : ubuntu-latest
15
+ env :
16
+ npm_config_loglevel : verbose
17
+ npm_config_foreground_scripts : " true"
18
+ PUPPETEER_SKIP_DOWNLOAD : " true"
15
19
steps :
16
20
- uses : actions/checkout@v4
17
21
with :
Original file line number Diff line number Diff line change 11
11
name : Update Node.js versions
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
# don't checkout a detatched HEAD
17
17
ref : ${{ github.head_ref }}
@@ -22,25 +22,24 @@ jobs:
22
22
23
23
- name : Setup git
24
24
run : |
25
- git config --local user.email "41898282+github-actions[bot] @users.noreply.github.com"
26
- git config --local user.name "github-actions[bot] "
25
+ git config --local user.email "devtoolsbot @users.noreply.github.com"
26
+ git config --local user.name "devtoolsbot "
27
27
28
- - uses : actions/setup-node@v2
28
+ - uses : actions/setup-node@v4
29
29
with :
30
- node-version : 16 .x
30
+ node-version : 20 .x
31
31
cache : " npm"
32
32
33
- - name : Install npm@8.19.4
33
+ - name : Install npm@10
34
34
run : |
35
- npm install -g npm@8.19.4
35
+ npm install -g npm@10
36
36
37
37
- name : Bump packages
38
38
run : |
39
39
npm run update-node-js-versions
40
40
npm run update-evergreen-config
41
41
42
42
- name : Create Pull Request
43
- id : cpr
44
43
uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
45
44
with :
46
45
token : ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments