Skip to content

chore: Use Node 23.x for Windows because older version break integrity corepack test. #14236

chore: Use Node 23.x for Windows because older version break integrity corepack test.

chore: Use Node 23.x for Windows because older version break integrity corepack test. #14236

Workflow file for this run

name: cspell-action
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node and Pnpm
uses: ./.github/actions/setup-node
- run: pnpm run prepare-cspell-action
- uses: streetsidesoftware/cspell-action@v6