Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
srnovus committed Oct 30, 2024
1 parent e252bc8 commit cf8de81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
cache: 'pnpm'
- run: NODE_ENV=production pnpm i --frozen-lockfile
- run: NODE_ENV=production NODE_OPTIONS=--max-old-space-size=464 pnpm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- run: corepack enable

- name: Setup Node.js ${{ matrix.node-version }}
- name: Setup Node.js 20
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: pnpm/[email protected]
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
cache: 'pnpm'
- run: node cli/diag-environment.js
- run: sudo apt-get update -y
Expand Down

0 comments on commit cf8de81

Please sign in to comment.