Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnewton authored Feb 1, 2024
1 parent f632e84 commit 6bb6b25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
strategy:
matrix:
node:
- 19
- 20
- 18
os:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
registry-url: https://registry.npmjs.org
- name: Install
env:
Expand Down

0 comments on commit 6bb6b25

Please sign in to comment.