Skip to content

Commit

Permalink
ci: update node version used for cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMurray committed May 16, 2024
1 parent a8be1c9 commit 5ee6c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
needs: [check]
steps:
- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: latest
- name: Install CSpell
run: npm install -g cspell
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5ee6c5e

Please sign in to comment.