diff --git a/.github/workflows/codelint.yml b/.github/workflows/codelint.yml index 85fd3b1..0860bbc 100644 --- a/.github/workflows/codelint.yml +++ b/.github/workflows/codelint.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '20.x' - name: Install Dependencies run: |