Skip to content

Commit

Permalink
fix: publish ci (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jun 22, 2023
1 parent cab2525 commit 83f1aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18, 20]
node: [20]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

Expand Down

0 comments on commit 83f1aa7

Please sign in to comment.