Skip to content

Commit b8b66da

Browse files
evanyan13Evan Yan
andauthored
[CDX-180] Add volta config to repo (#228)
* Add volta config to repo * Update cspell version --------- Co-authored-by: Evan Yan <evan.yan@constructor.io>
1 parent 3591174 commit b8b66da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
with:
2121
node-version: '18.13.0'
2222
- name: Spell check
23-
run: npx cspell "**/*.{ts,tsx}"
23+
run: npx cspell@8.19.4 "**/*.{ts,tsx}"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"author": "Constructor.io Corporation",
4444
"license": "MIT",
4545
"volta": {
46-
"node": "22.14.0",
47-
"npm": "10.9.2"
46+
"node": "22.18.0",
47+
"npm": "10.9.3"
4848
},
4949
"repository": {
5050
"type": "git",

0 commit comments

Comments
 (0)