Skip to content

Commit

Permalink
chore(ci): fix a CI error in setup-node
Browse files Browse the repository at this point in the history
This was due to the following bug:
actions/setup-node#772

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Sep 25, 2023
1 parent fb8aa12 commit 7f14bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-backend-plugin-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 18
cache: 'yarn'
Expand Down

0 comments on commit 7f14bfe

Please sign in to comment.