Skip to content

Commit

Permalink
fix @abandonware/noble error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Dec 14, 2024
1 parent f3171cd commit df5c743
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- run: npm ci

- run: npm run lint
Expand Down Expand Up @@ -62,6 +66,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- run: npm ci

- name: Get package main version
Expand Down

0 comments on commit df5c743

Please sign in to comment.