Skip to content

Commit

Permalink
chore: force fsevents package to include linux os
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Sep 6, 2023
1 parent 2da6666 commit 9aea149
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Environment
uses: ./.github/actions/setup
Expand Down
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9aea149

Please sign in to comment.