We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f693f26 + 6210897 commit 59f615aCopy full SHA for 59f615a
1 file changed
.github/workflows/ci.yml
@@ -4,11 +4,11 @@ jobs:
4
lighthouseci:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
9
with:
10
- node-version: '15'
11
- - run: npm ci && npm install -g @lhci/cli@0.7.x
+ node-version: '16'
+ - run: npm ci && npm install -g @lhci/cli@0.9.x
12
- run: npm run build
13
- run: lhci autorun
14
env:
0 commit comments