Update yarn to the latest for CI
This commit is contained in:

committed by
Josh Perez

parent
3970ae642d
commit
cfd77bf968
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14.16.0'
|
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 install --frozen-lockfile
|
||||||
- run: yarn generate
|
- run: yarn generate
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14.16.0'
|
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 install --frozen-lockfile
|
||||||
- run: yarn generate
|
- run: yarn generate
|
||||||
- run: yarn prepare-beta-build
|
- run: yarn prepare-beta-build
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14.16.0'
|
node-version: '14.16.0'
|
||||||
- run: sudo apt-get install xvfb
|
- 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 install --frozen-lockfile
|
||||||
- run: yarn generate
|
- run: yarn generate
|
||||||
- run: yarn prepare-beta-build
|
- run: yarn prepare-beta-build
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14.16.0'
|
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 install --frozen-lockfile
|
||||||
- run: yarn generate
|
- run: yarn generate
|
||||||
- run: node build\grunt.js
|
- run: node build\grunt.js
|
||||||
|
2
.github/workflows/snyk.yml
vendored
2
.github/workflows/snyk.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14.16.0'
|
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: npm install -g snyk@1.316.1
|
||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
|
Reference in New Issue
Block a user