Skip to content

Commit

Permalink
Install node from setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 24, 2024
1 parent d2aea97 commit 2fd90d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_openapi_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-node@v4
with:
node-version: '18.12.1'
cache: 'yarn'
cache-dependency-path: 'galaxy root/client/yarn.lock'
- name: Get full Python version
id: full-python-version
shell: bash
Expand Down

0 comments on commit 2fd90d1

Please sign in to comment.