Skip to content

Commit

Permalink
ci: only test on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 26, 2023
1 parent b4fa37a commit 609efb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

strategy:
matrix:
node: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
node: [18.x]
os: [ubuntu-latest]
fail-fast: false

steps:
Expand Down
1 change: 1 addition & 0 deletions playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
Expand Down

0 comments on commit 609efb9

Please sign in to comment.