Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 089bfbd commit 2475853
Show file tree
Hide file tree
Showing 5 changed files with 341 additions and 6,342 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
177 changes: 82 additions & 95 deletions analysis/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"easy-table": "1.2.0",
"express": "4.17.2",
"lighthouse": "9.3.1",
"mocha": "9.2.0"
"mocha": "10.1.0"
},
"scripts": {
"gather": "node bin/gather.js",
Expand Down
Loading

0 comments on commit 2475853

Please sign in to comment.