Skip to content

Commit

Permalink
CI: use latest stable esy
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jun 7, 2024
1 parent 37f5f40 commit 83323ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13
- macos-13jk
- macos-latest
- ubuntu-latest
- windows-latest
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v3

- name: Install esy, verdaccio and esy-package
run: npm install -g @esy-nightly/esy esy-package
run: npm install -g esy esy-package

- name: Run end-to-end tests on the package
run: DEBUG=bale*,verdaccio* esy-package
Expand Down

0 comments on commit 83323ab

Please sign in to comment.