Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spelling-all.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: SpellCheck - All

on:
Expand Down Expand Up @@ -37,7 +37,7 @@

# workaround streetsidesoftware/cspell#8778
- name: Setup Node 22
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: 22

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: SpellCheck

on:
Expand Down Expand Up @@ -26,7 +26,7 @@

# workaround streetsidesoftware/cspell#8778
- name: Setup Node 22
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: 22

Expand Down
Loading