Skip to content

Commit

Permalink
build: pin node.js version in uitests GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
  • Loading branch information
andreasgerstmayr committed Apr 20, 2023
1 parent c6322a9 commit b517418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -61,6 +61,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js 17
uses: actions/setup-node@v3
with:
node-version: 17

- name: Download the build artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit b517418

Please sign in to comment.