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 1212 update_generated_files :
1313 name : Update automatically generated files
1414 runs-on : ubuntu-latest
15+ env :
16+ npm_config_loglevel : verbose
17+ npm_config_foreground_scripts : " true"
18+ PUPPETEER_SKIP_DOWNLOAD : " true"
1519 steps :
1620 - uses : actions/checkout@v4
1721 with :
Original file line number Diff line number Diff line change 1111 name : Update Node.js versions
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 # don't checkout a detatched HEAD
1717 ref : ${{ github.head_ref }}
@@ -22,25 +22,24 @@ jobs:
2222
2323 - name : Setup git
2424 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 "
2727
28- - uses : actions/setup-node@v2
28+ - uses : actions/setup-node@v4
2929 with :
30- node-version : 16 .x
30+ node-version : 20 .x
3131 cache : " npm"
3232
33- - name : Install npm@8.19.4
33+ - name : Install npm@10
3434 run : |
35- npm install -g npm@8.19.4
35+ npm install -g npm@10
3636
3737 - name : Bump packages
3838 run : |
3939 npm run update-node-js-versions
4040 npm run update-evergreen-config
4141
4242 - name : Create Pull Request
43- id : cpr
4443 uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
4544 with :
4645 token : ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments