Skip to content

Commit

Permalink
chore: narrow actions to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Dec 29, 2023
1 parent eb1dd9b commit 59bb9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
node: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const unpluginFactory: UnpluginFactory<Options | undefined> = (
},
// webpack's id filter is outside of loader logic,
// an additional hook is needed for better perf on webpack
transformInclude(_id: string) {
transformInclude() {
// TODO: resolve why @formkit/vue is not always identifiable by the id
// and remove this early return workaround:
return true
Expand Down

0 comments on commit 59bb9c3

Please sign in to comment.