Skip to content

Commit

Permalink
AI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajAdsul committed Feb 10, 2025
1 parent a94843f commit a924308
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.11.1
node-version: 20.17.0
cache: 'npm'
cache-dependency-path: ai-harvest-timesheet/package-lock.json

- name: Install dependencies
run: |
npm install -g npm@latest
npm ci
npm install
env:
NODE_OPTIONS: "--max-old-space-size=4096"

- name: Build application
run: npm run build
Expand Down

0 comments on commit a924308

Please sign in to comment.