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 fa5ba6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ 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'
- run: npm ci
- run: npx vite build --base=/surf/
Expand Down

0 comments on commit fa5ba6b

Please sign in to comment.