Skip to content

Commit

Permalink
Fixed the issue where @abandonware/noble reported an error during npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Dec 14, 2024
1 parent cf60b30 commit 1e76a57
Show file tree
Hide file tree
Showing 3 changed files with 2,569 additions and 399 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ on:
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: '16.x'
cache: 'npm'

- name: Cache node modules
Expand Down Expand Up @@ -48,7 +45,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Cache node modules
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit 1e76a57

Please sign in to comment.