Skip to content
This repository has been archived by the owner on Nov 21, 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 663676f commit 9a43650
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ jobs:
strategy:
matrix:
os: [windows, macos, ubuntu]
node-version: [latest, lts/*]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
node-version: latest
- run: npm install-ci-test

npm-publish:
Expand Down

0 comments on commit 9a43650

Please sign in to comment.