From dfe9c27d0842a1cfb153d749d56bf3cb88fc9668 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 de9ecf3..79ab208 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 --frozen-lockfile - run: yarn updatePackageVersion - run: yarn buildModules