Skip to content

Commit

Permalink
chore: update Node version to 20 in build & pull
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Jun 13, 2024
1 parent a7a4b98 commit c7819bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -38,10 +38,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand All @@ -60,10 +60,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand All @@ -38,10 +38,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand All @@ -60,10 +60,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Node v18
- name: Install Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit c7819bd

Please # to comment.