Skip to content

Commit 82fcdba

Browse files
committed
setup latest node.js for cspell v10
used in pre-commit workflow
1 parent e7c0328 commit 82fcdba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
id: python-setup
2121
with:
2222
python-version: "3.x"
23+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
24+
with:
25+
node-version: latest
2326
- name: Run commands
2427
if: inputs.commands
2528
run: ${INPUTS_COMMANDS}

0 commit comments

Comments
 (0)