Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Oct 24, 2023
1 parent 43af2b2 commit 2a03651
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ jobs:
strategy:
matrix:
os: [windows, macos, ubuntu]
node-version: [18, 20]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: latest
- run: npm install-ci-test

npm-publish:
Expand All @@ -21,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: latest
registry-url: https://registry.npmjs.org/
- run: npm ci && npm publish
env:
Expand Down

0 comments on commit 2a03651

Please sign in to comment.