File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "description" : " Run analysis against ESM samples" ,
44 "version" : " 0.1.0" ,
55 "dependencies" : {
6- "puppeteer" : " ^13.5.1 " ,
7- "express" : " ^4.17.3 "
6+ "puppeteer" : " ^19.2.2 " ,
7+ "express" : " ^4.18.2 "
88 }
99}
Original file line number Diff line number Diff line change 88 if : " !contains(github.event.pull_request.labels.*.name, 'draft') && github.actor!='dependabot-preview[bot]'"
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v3
1212 with :
1313 fetch-depth : 0
1414 ref : ${{ github.event.pull_request.head.ref }}
3333 fi
3434 - if : steps.build.outputs.skip == 'false'
3535 name : setup node
36- uses : actions/setup-node@v2
36+ uses : actions/setup-node@v3
3737 with :
38- node-version : lts/*
38+ node-version : 16
3939 - if : steps.build.outputs.skip == 'false'
4040 name : install dependencies for sample metrics script
4141 run : |
You can’t perform that action at this time.
0 commit comments