Skip to content

Commit

Permalink
Update Node Version to 18.x for Bluehawk (#3283)
Browse files Browse the repository at this point in the history
## Pull Request Info

Current Node version on 15.x. Need to update Node Version to 18.x for
Bluehawk compatibility.
  • Loading branch information
lindseymoore authored Jun 4, 2024
1 parent d8276cc commit d748f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bluehawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 18.x
- run: npx bluehawk check -i "*.md" -i "*.properties" -i "*.lock" examples tutorial

0 comments on commit d748f26

Please sign in to comment.