Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Oct 26, 2023
1 parent 3441120 commit 9bc072c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Bun 1.0.7
run: curl -fsSL https://bun.sh/install | bash -s -- v1.0.7
run: curl -fsSL https://bun.sh/install | bash -s -- bun-v1.0.7

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Bun 1.0.7
run: curl -fsSL https://bun.sh/install | bash -s -- v1.0.7
run: curl -fsSL https://bun.sh/install | bash -s -- bun-v1.0.7

- name: Install Dependencies
run: bun install --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 9bc072c

Please sign in to comment.