Skip to content

Commit

Permalink
fix: remove matrix version from CI script because it depends on docke…
Browse files Browse the repository at this point in the history
…r version (lts)
  • Loading branch information
RcleydsonR committed Aug 23, 2022
1 parent 77e33ec commit 3dae5d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16 ]
defaults:
run:
shell: bash
Expand All @@ -23,7 +20,7 @@ jobs:
- name: 🏗 Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: lts/*
cache: yarn
cache-dependency-path: yarn.lock

Expand Down

0 comments on commit 3dae5d5

Please sign in to comment.