Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Geron authored Oct 29, 2023
2 parents 7cfb95e + 7b80060 commit 250a211
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand All @@ -40,10 +40,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand Down Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand All @@ -96,10 +96,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

Expand Down

0 comments on commit 250a211

Please sign in to comment.