Update yarn to the latest for CI

This commit is contained in:
Fedor Indutny 2021-04-05 13:37:23 -07:00 committed by Josh Perez
parent 3970ae642d
commit cfd77bf968
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: npm install -g yarn@1.22.10
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: npm install -g yarn@1.22.10
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn prepare-beta-build
@ -57,7 +57,7 @@ jobs:
with:
node-version: '14.16.0'
- run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.0
- run: npm install -g yarn@1.22.10
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn prepare-beta-build
@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: npm install -g yarn@1.22.10
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: node build\grunt.js

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.16.0'
- run: npm install -g yarn@1.22.0
- run: npm install -g yarn@1.22.10
- run: npm install -g snyk@1.316.1
- run: yarn install --frozen-lockfile