Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx authored Jun 14, 2024
1 parent cec2e0a commit 791bf44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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 @@ -35,10 +35,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 @@ -57,10 +57,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 791bf44

Please sign in to comment.