Skip to content

Commit d748f26

Browse files
authored
Update Node Version to 18.x for Bluehawk (#3283)
## Pull Request Info Current Node version on 15.x. Need to update Node Version to 18.x for Bluehawk compatibility.
1 parent d8276cc commit d748f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bluehawk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: 15.x
13+
node-version: 18.x
1414
- run: npx bluehawk check -i "*.md" -i "*.properties" -i "*.lock" examples tutorial

0 commit comments

Comments
 (0)