diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 82b0a80..fe7d90e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: Build & publish docker image steps: - name: Install NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '20.11' - name: Check out the repo