We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3591174 commit b8b66daCopy full SHA for b8b66da
.github/workflows/spell-check.yml
@@ -20,4 +20,4 @@ jobs:
20
with:
21
node-version: '18.13.0'
22
- name: Spell check
23
- run: npx cspell "**/*.{ts,tsx}"
+ run: npx cspell@8.19.4 "**/*.{ts,tsx}"
package.json
@@ -43,8 +43,8 @@
43
"author": "Constructor.io Corporation",
44
"license": "MIT",
45
"volta": {
46
- "node": "22.14.0",
47
- "npm": "10.9.2"
+ "node": "22.18.0",
+ "npm": "10.9.3"
48
},
49
"repository": {
50
"type": "git",
0 commit comments