From 4384002a0e3cf35ec3b5017c48b2217931a8a621 Mon Sep 17 00:00:00 2001 From: Daniel Krook Date: Tue, 28 Oct 2025 08:03:59 -0400 Subject: [PATCH] Update linter Signed-off-by: Daniel Krook --- .github/workflows/linter.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 91a10d8..7f69ff3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,9 +14,11 @@ jobs: linter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up node - uses: actions/setup-node@v1 - - run: npm install -g prettier@2.3.0 + uses: actions/setup-node@v4 + with: + node-version: '20' + - run: npm install -g prettier@latest - run: prettier --check .