Skip to content

Commit

Permalink
chore: 🔧 change node version again in ci cd because pnpm is causing i…
Browse files Browse the repository at this point in the history
…ssue with node v20
  • Loading branch information
themashcodee committed Jul 5, 2024
1 parent a3118fb commit d5d0e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 19.9.0
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 19.9.0
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit d5d0e16

Please sign in to comment.