Skip to content

Commit

Permalink
fix: deployments node version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Sep 10, 2024
1 parent 272cd19 commit d8d4da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Setup Node.js 18
uses: actions/setup-node@v4
with:
node-version: 20.8.1
node-version: 20
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
Expand Down

0 comments on commit d8d4da7

Please sign in to comment.