diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 100f41d..80eb6f2 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -16,6 +16,11 @@ jobs: uses: codespell-project/actions-codespell@v2 with: check_hidden: true + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' - name: Codespell output as artifact uses: actions/upload-artifact@v3