From 90291a4dde597cacdfc6cd56d03fd781acd2e2f1 Mon Sep 17 00:00:00 2001 From: AlejandroSuero Date: Tue, 3 Sep 2024 23:48:25 +0200 Subject: [PATCH] feat(workflows): use Node20 version compatible for selene --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b0ed66..35db27f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Run selene - uses: NTBBloodbath/selene-action@v1.0.0 + uses: AlejandroSuero/selene-linter-action@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} args: --display-style quiet lua/freeze-code