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