Skip to content

Commit

Permalink
Simpler lhci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plesiecki committed Feb 24, 2022
1 parent 9b2a867 commit 2c613df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 14.x ]

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14.x

- name: Cache Node.js modules
uses: actions/cache@v2
Expand Down

0 comments on commit 2c613df

Please sign in to comment.