diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index af9cc40b..a5a56829 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -173,7 +173,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version-file: ".nvmrc" cache: "npm"