Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crstlnz committed Jul 2, 2024
1 parent 3e342d0 commit 84915e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
statuses: write
pull-requests: write

env:
NODE_OPTIONS: --max_old_space_size=4096
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v4
with:
node-version: 20

- uses: pnpm/action-setup@v4

- uses: nexterias/actions-vercel@v1
Expand Down

0 comments on commit 84915e4

Please sign in to comment.