Skip to content

Commit

Permalink
ci: remove windows on ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Mar 26, 2023
1 parent 42b96f6 commit c3ed5a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
name: Checkout
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
with:
node-version: 16
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7.14.2
- name: Install with pnpm
Expand Down

0 comments on commit c3ed5a1

Please sign in to comment.