Skip to content

Commit

Permalink
sync node and yarn versions with the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Feb 16, 2022
1 parent cf46966 commit dfe9c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cbioportal-frontend-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfe9c27

Please sign in to comment.