diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ac52d20a0c..95ce6a4d0e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Clone uses: actions/checkout@v5 - name: Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' cache: 'npm'