diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 071ee4f13..e51e0d5fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' - run: npm ci - run: make - run: make lint diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index 344a6c1c8..ac7aca7f9 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -20,6 +20,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell - uses: codespell-project/actions-codespell@v2 \ No newline at end of file + uses: codespell-project/actions-codespell@v2