Skip to content

Commit

Permalink
Merge pull request #83 from lifeomic/reduceRequiredNodeVer
Browse files Browse the repository at this point in the history
fix: Reduce version, and unpublish bad ones
  • Loading branch information
David Tanner authored Jul 5, 2023
2 parents c996129 + 2feae3d commit 2d439ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
- master

jobs:
unpublish:
runs-on: ubuntu-latest
environment: npm
steps:
- env:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: npm unpublish @lifeomic/[email protected]
- run: npm unpublish @lifeomic/[email protected]
- run: npm unpublish @lifeomic/[email protected]
build:
runs-on: ubuntu-latest
environment: npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"browser": "src/browser.js",
"module": "src/index.mjs",
"engines": {
"node": ">=16"
"node": ">=14"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d439ca

Please sign in to comment.