Skip to content

Commit

Permalink
chore: get npm and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hkonsti committed Sep 23, 2024
1 parent 0e5fe08 commit 093aecf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,9 @@ jobs:
with:
node-version: 20
cache: npm
- name: Clear npm cache
run: npm cache clean --force
- run: node --version
- run: npm --version
- run: npm ci
- name: Update Vite and TypeScript
run: npm update vite typescript
- name: Debug Vite config
run: npx vite --debug
- run: npx lerna run build
- run: npm run examples:build
# tests:
Expand Down

0 comments on commit 093aecf

Please sign in to comment.