Skip to content

Commit

Permalink
downgrade github node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hob Adams committed Jul 3, 2024
1 parent ac26f52 commit d9968c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 7
node-version: 20.x
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 16.x
cache: 'pnpm'

- run: pnpm install
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 7
node-version: 20.x
- uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 16.x
cache: 'pnpm'

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

0 comments on commit d9968c6

Please sign in to comment.