Skip to content

Commit

Permalink
Merge pull request #1068 from GowthamShanmugam/fix_thread_load_issue
Browse files Browse the repository at this point in the history
Revert to nodejs 18.17.1
  • Loading branch information
openshift-ci[bot] authored Oct 6, 2023
2 parents f7eca45 + daad38f commit 0ec1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [14, 16, 18.17.1]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 0ec1d7c

Please sign in to comment.