Skip to content

Commit

Permalink
use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 17, 2025
1 parent fe1493b commit 946c4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
- name: Set up node v21
- name: Set up node v20
uses: actions/setup-node@v4
with:
node-version: 21.x
node-version: 20.x
cache: "pnpm"
- name: Install Genkit client
run: npm install genkit
Expand Down

0 comments on commit 946c4b7

Please sign in to comment.