Skip to content

Commit

Permalink
debugging github build
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Aug 11, 2024
1 parent 0686d30 commit 0967127
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: List files in current
run: find .
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./js/package-lock.json
- run: npm ci
- run: npx vite build --base=/surf/
- name: Deploy
Expand Down

0 comments on commit 0967127

Please sign in to comment.