From 2fd90d1d9c46a0afa4dcc70727d6ab6456b09179 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Mon, 24 Jun 2024 10:02:08 +0100 Subject: [PATCH] Install node from setup-node action --- .github/workflows/lint_openapi_schema.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint_openapi_schema.yml b/.github/workflows/lint_openapi_schema.yml index 464d1cef825f..4269db840770 100644 --- a/.github/workflows/lint_openapi_schema.yml +++ b/.github/workflows/lint_openapi_schema.yml @@ -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