Skip to content

Commit

Permalink
fix: fix failing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aweebs committed Feb 16, 2023
1 parent e549fef commit 384624b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: actions/setup-node@v3.5.1
with:
node-version: 18
cache: "npm"
check-latest: true

- name: Install dependencies 📦
Expand All @@ -56,7 +55,6 @@ jobs:
uses: actions/setup-node@v3.5.1
with:
node-version: 18
cache: "npm"
check-latest: true

- name: Install dependencies 📦
Expand Down Expand Up @@ -139,7 +137,6 @@ jobs:
uses: actions/setup-node@v3.5.1
with:
node-version: 18
cache: "npm"
check-latest: true

- name: Install dependencies 📦
Expand Down

0 comments on commit 384624b

Please sign in to comment.