Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 24, 2024
1 parent 8238814 commit 6b253fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 411 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Load environment variables
run: echo "VITE_APP_BASE_URL=/zama_bounty/" >> $GITHUB_ENV

- name: Install dependencies
run: npm install
run: npm ci --only=production

- name: Build project
run: npm run build

Expand Down
Loading

0 comments on commit 6b253fe

Please sign in to comment.