Skip to content

Commit 9f16683

Browse files
committed
Update all
1 parent 089bfbd commit 9f16683

File tree

5 files changed

+93
-6192
lines changed

5 files changed

+93
-6192
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci

analysis/package-lock.json

Lines changed: 75 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"easy-table": "1.2.0",
1111
"express": "4.17.2",
1212
"lighthouse": "9.3.1",
13-
"mocha": "9.2.0"
13+
"mocha": "10.0.0"
1414
},
1515
"scripts": {
1616
"gather": "node bin/gather.js",

0 commit comments

Comments
 (0)