Skip to content

Commit

Permalink
Revert "ci: workflow fixes" (#89)
Browse files Browse the repository at this point in the history
* Revert "ci: workflow fixes (#88)"

This reverts commit 04842f6.

* matches published npm version number
  • Loading branch information
beauraines authored Dec 29, 2023
1 parent 04842f6 commit e6c9568
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
publish-new-version:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

strategy:
matrix:
node-version: [16.x,18.x,20.x]

steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -49,16 +44,6 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Use Node.js ${{ matrix.node-version }}
if: steps.should_release.outcome == 'success'
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
run: npm ci
run: npm run lint
run: npm run build --if-present
run: npm test

- name: Push commits to GitHub
if: steps.should_release.outcome == 'success'
Expand Down

0 comments on commit e6c9568

Please sign in to comment.