Skip to content

Commit

Permalink
Install node from setup-node action
Browse files Browse the repository at this point in the history
instead of relying on the node version pre-installed in the CI worker.
  • Loading branch information
nsoranzo committed Jan 15, 2024
1 parent 81a16d3 commit e565c7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_galaxy_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- uses: actions/checkout@v3
with:
path: 'galaxy root'
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
cache: 'yarn'
cache-dependency-path: 'galaxy root/client/yarn.lock'
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit e565c7a

Please sign in to comment.