From a0869b1898bc68024af35841d439b097ac82534d Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 1 Mar 2026 01:16:18 +0000 Subject: [PATCH] ci: update setup-node@v1 to v4 in lint job The build job already uses setup-node@v4 but the lint job was still on v1 (deprecated since 2021). This aligns both jobs on the current version. --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 50efbcd..b1817e1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Install deps