Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Aug 14, 2024
1 parent 2327e13 commit d98f96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.16.0
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"

- name: Generate npm packages
run: |
Expand Down Expand Up @@ -187,23 +187,3 @@ jobs:

- name: wait 1 minute for smoke test
run: sleep 60s

smoke:
needs: publish
strategy:
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
- os: ubuntu-latest
container: node:18-alpine # musl
- os: macos-latest
name: Smoke Test ${{ matrix.os }} ${{ matrix.container }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
- name: Test
run: |
touch test.js
ldd --version || true
npx depclean@${{ needs.check.outputs.version }} ./test.js
2 changes: 1 addition & 1 deletion npm/depclean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "depclean",
"version": "0.0.5",
"version": "0.0.6",
"description": "A rust version depcheck to help you find and remove unused dependencies in your package.json",
"keywords": [
"depclean",
Expand Down

0 comments on commit d98f96f

Please sign in to comment.