Skip to content

Commit

Permalink
chore: upgrade devbox github action
Browse files Browse the repository at this point in the history
  • Loading branch information
altano committed Nov 4, 2024
1 parent 2750b66 commit fe6a2a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v4

- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.8.0
uses: jetpack-io/devbox-install-action@v0.11.0
with:
enable-cache: true
devbox-version: 0.10.1
devbox-version: 0.13.6

- name: Install dependencies
run: devbox run pnpm install
Expand All @@ -39,7 +39,6 @@ jobs:
- name: Validate and Build
run: |
eval "$(devbox shellenv)"
devbox run pnpm prep
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fe6a2a4

Please # to comment.