Skip to content

Commit

Permalink
Merge pull request #1076 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1068-to-release-4.14

[release-4.14] Revert to nodejs 18.17.1
  • Loading branch information
SanjalKatiyar authored Oct 10, 2023
2 parents aeff1ab + 9d05017 commit 6eb7246
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 6eb7246

Please sign in to comment.