From 75f360e35fbca0a0e203ff8cab33782a3185f686 Mon Sep 17 00:00:00 2001 From: Kareem Mahlees Date: Sat, 16 Dec 2023 19:59:38 +0200 Subject: [PATCH] fix: revert node version, instal gdk lib --- .github/workflows/lint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 983a7fd5..15cfef96 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 @@ -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 @@ -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