Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 authored Dec 19, 2024
1 parent cf51d28 commit e730198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: npm ci
- run: npm test
- run: npm run build:cos
Expand Down

0 comments on commit e730198

Please sign in to comment.