Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 3, 2024
1 parent 84feb7e commit 09919c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: pnpm/action-setup@v2
with:
run_install: true
Expand All @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: pnpm/action-setup@v2
with:
run_install: true
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- uses: pnpm/action-setup@v2
with:
run_install: true
Expand Down

0 comments on commit 09919c6

Please sign in to comment.