diff --git a/.github/workflows/spell-and-markdown-checks.yml b/.github/workflows/spell-and-markdown-checks.yml index 47a58e9..126263b 100644 --- a/.github/workflows/spell-and-markdown-checks.yml +++ b/.github/workflows/spell-and-markdown-checks.yml @@ -9,7 +9,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Set up prerequisites - node and yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "18.x" - name: Set up yarn cache