Skip to content

Commit

Permalink
Ubuntu18 tests setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 10, 2024
1 parent adcbd47 commit 017f124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ jobs:
steps:
- if: ${{ matrix.image == 'amazonlinux:2023' }}
run: yum install -y tar gzip
- if: ${{ matrix.image == 'ubuntu:18.04' }}
uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/checkout@v4
- name: Setup and run install test
working-directory: ./tests/docker/install
Expand Down

0 comments on commit 017f124

Please sign in to comment.