Skip to content

Commit

Permalink
fix: revert node version, instal gdk lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Dec 16, 2023
1 parent 881bd52 commit 75f360e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: "node16"
node-version: "latest"
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install commitlint
Expand All @@ -32,7 +32,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: "node16"
node-version: "latest"
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install Deps
Expand All @@ -47,6 +47,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install required libraries
run: sudo apt-get install libgtk-3-dev
- uses: moonrepo/setup-rust@v1
with:
components: clippy
Expand Down

0 comments on commit 75f360e

Please sign in to comment.