Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf authored Nov 14, 2024
1 parent 276dd3f commit 6edf75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g yarn
- run: npm install
- run: yarn install
- run: npm test

- name: Build all fonts
run: ./bin/run.sh
run: ./run.py

- name: Zip all artifacts for release
run: zip -9 -j output/all_fonts.zip output/*.ttf
Expand Down

0 comments on commit 6edf75a

Please sign in to comment.