Skip to content

Commit

Permalink
Use npm for example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 18, 2025
1 parent 1d8f5c8 commit 0b812f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "yarn"
cache: "npm"
cache-dependency-path: ./package.json
- run: yarn install
- run: npm install && npm run build
- run: |
cd examples
./run "${{ matrix.example }}"
Expand Down

0 comments on commit 0b812f5

Please sign in to comment.