Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 7, 2025
1 parent 0afaeb1 commit a50e411
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "23"
cache: "bun"

- name: Install dependencies
run: bun install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "23"
cache: "bun"

- name: Install dependencies
run: bun install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "23"
cache: "bun"

- name: Run smoke tests
run: bun run smokeTests
2 changes: 0 additions & 2 deletions packages/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
bun-debug.log*
lerna-debug.log*

Expand Down

0 comments on commit a50e411

Please sign in to comment.