Skip to content

chore: bump @types/node from 20.19.33 to 25.3.0 #16946

chore: bump @types/node from 20.19.33 to 25.3.0

chore: bump @types/node from 20.19.33 to 25.3.0 #16946

Workflow file for this run

name: cSpell-cli
on:
pull_request:
push:
branches:
- main
# Run on demand
workflow_dispatch:
permissions:
contents: read
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Node and Pnpm
uses: ./.github/actions/setup-node
- # It is necessary to run `pnpm i` in order install some dictionaries.
name: prepare-cspell-action
run: pnpm i
- run: pnpm build:prod
- name: Restore CSpell cache
uses: actions/cache@v5.0.3
with:
key: cspell-cache-v2-${{ runner.os }}-${{ hashFiles('**/*.ts', '**/*.md') }}
path: |
.cspellcache
restore-keys: |
cspell-cache-v2-${{ runner.os }}-
- name: cspell@latest
run: npx cspell@latest --cache --cache-strategy=content --cache-location=.cspellcache --exclude="yarn2" --no-progress "**" --no-cache --report=typos