Skip to content

Commit b0d9b58

Browse files
authored
update node version (#645)
1 parent 467b81c commit b0d9b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
name: Run spell check
1919
with:
20-
node-version: "12"
20+
node-version: "14"
2121
- run: npm install -g cspell
2222
- run: cspell --config ./.cspell/cspell.json "**/*.jl" "**/*.md"

0 commit comments

Comments
 (0)