Skip to content

Commit

Permalink
fix missing matrix version in lint & build
Browse files Browse the repository at this point in the history
  • Loading branch information
gburgett committed Sep 15, 2022
1 parent fd67aca commit 24580f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile

Expand All @@ -50,10 +50,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 24580f6

Please sign in to comment.