Skip to content

Commit

Permalink
Attempting to fix yarnpkg/berry#4157
Browse files Browse the repository at this point in the history
  • Loading branch information
mxro committed May 16, 2022
1 parent b290394 commit 9d49b5a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -129,7 +129,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -196,7 +196,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand All @@ -215,7 +215,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{secrets.BUILD_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'
registry-url: https://registry.npmjs.org
- name: Configure git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{secrets.BUILD_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
registry-url: https://registry.npmjs.org

- name: Prepare yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{secrets.BUILD_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
registry-url: https://registry.npmjs.org
- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{secrets.BUILD_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
registry-url: https://registry.npmjs.org
- name: Install Yarn
run: npm install -g yarn@1.22.11
Expand Down

0 comments on commit 9d49b5a

Please sign in to comment.