Skip to content

Commit

Permalink
update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cami committed Oct 23, 2024
1 parent 9b32212 commit af1bded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# 'Install yarn v2 dependencies'
- uses: actions/[email protected]
with:
node-version: '14.17.3'
node-version: '15.14.0'
- run: corepack enable
shell: bash
- uses: nick-fields/retry@v2
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '14.17.3'
node-version: '15.14.0'
- run: corepack enable
shell: bash
- uses: nick-fields/retry@v2
Expand All @@ -57,7 +57,7 @@ jobs:
# 'Install yarn v2 dependencies'
- uses: actions/[email protected]
with:
node-version: '14.17.3'
node-version: '15.14.0'
- run: corepack enable
shell: bash
- uses: nick-fields/retry@v2
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# 'Install yarn v2 dependencies'
- uses: actions/[email protected]
with:
node-version: '14.17.3'
node-version: '15.14.0'
- run: corepack enable
shell: bash
- uses: nick-fields/retry@v2
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# 'Install yarn v2 dependencies'
- uses: actions/[email protected]
with:
node-version: '14.17.3'
node-version: '15.14.0'
- run: corepack enable
shell: bash
- uses: nick-fields/retry@v2
Expand Down

0 comments on commit af1bded

Please sign in to comment.