From c9b26aea203c48bd53b40dbda985322a37c15714 Mon Sep 17 00:00:00 2001 From: Onur Sumer Date: Wed, 29 Dec 2021 06:37:20 -0500 Subject: [PATCH] sync node and yarn versions with the main repo --- .github/workflows/cbioportal-frontend-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cbioportal-frontend-publish.yml b/.github/workflows/cbioportal-frontend-publish.yml index 816c01c..1a5aa21 100644 --- a/.github/workflows/cbioportal-frontend-publish.yml +++ b/.github/workflows/cbioportal-frontend-publish.yml @@ -18,9 +18,9 @@ jobs: - run: git fetch origin +refs/tags/*:refs/tags/* - uses: actions/setup-node@v1 with: - node-version: '15.2.1' + node-version: '16.13.1' registry-url: 'https://registry.npmjs.org' - - run: yarn policies set-version 1.22.5 + - run: yarn policies set-version 1.22.15 - run: yarn - run: yarn updatePackageVersion - run: yarn buildModules