We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b041242 commit b3b7841Copy full SHA for b3b7841
.github/workflows/c-spell.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup nodejs
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 22.21.0
+ node-version: 24.11.1
28
cache: 'npm'
29
- name: Run cspell
30
run: npx cspell lint --no-progress --fail-fast "**"
.github/workflows/release.yml
- name: Setup Node.js
- name: Install dependencies
run: npm ci --ignore-scripts
0 commit comments