Skip to content

Commit

Permalink
Upgrade to Node 20 (kiali#332) (kiali#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhoyos authored Aug 9, 2024
1 parent 416d0a2 commit 5d6374a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
PLUGIN_QUAY_TAG: ${{ needs.initialize.outputs.plugin_quay_tag }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.release_branch || github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/nodejs-18 AS build
FROM registry.access.redhat.com/ubi8/nodejs-20 AS build

USER root
RUN command -v yarn || npm i -g yarn
Expand Down

0 comments on commit 5d6374a

Please sign in to comment.