Skip to content

Commit

Permalink
update action node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Apr 23, 2024
1 parent ec205ee commit 7c8f087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"
# run: pnpm site install

Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"
# run: pnpm site install

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"
# run: pnpm site install

Expand Down

0 comments on commit 7c8f087

Please sign in to comment.