From 4ff056fbb954f3d6ea0134bd09f352b860ce1ddd Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Wed, 15 Nov 2023 13:50:44 -0500 Subject: [PATCH] fix: Fix CI build --- .github/workflows/lint.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c25208f..065450c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,12 +14,11 @@ jobs: name: Linting with awesome-lint steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Use Node.js 10.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 10.x - - run: npm install + node-version: 18.x - run: npx awesome-lint