Skip to content
This repository has been archived by the owner on Jan 24, 2024. 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 Apr 19, 2023
1 parent a3b5fca commit 70e874e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
strategy:
matrix:
os: [windows, macos, ubuntu]
node-version: [18, 19]
node-version: [18, 20]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci && npm publish
env:
Expand Down

0 comments on commit 70e874e

Please sign in to comment.