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