Skip to content

Commit

Permalink
cicd: update nodeversion to 18.x in pull-request.yml and release.yml …
Browse files Browse the repository at this point in the history
…workflows
  • Loading branch information
tmeckel committed Oct 8, 2024
1 parent aeb393d commit df4336b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
goversion:
- 1.22.x
nodeversion:
- 16.x
- 18.x
pythonversion:
- "3.9"
# javaversion:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
goversion:
- 1.22.x
nodeversion:
- 16.x
- 18.x
pythonversion:
- "3.9"
# javaversion:
Expand Down

0 comments on commit df4336b

Please sign in to comment.