We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aea16 commit bd484cfCopy full SHA for bd484cf
.github/workflows/build.yml
@@ -464,7 +464,7 @@ jobs:
464
with:
465
node-version-file: 'package.json'
466
- name: Set up Bun
467
- uses: oven-sh/setup-bun@v1
+ uses: oven-sh/setup-bun@v2
468
- name: Restore caches
469
uses: ./.github/actions/restore-cache
470
env:
@@ -1076,7 +1076,7 @@ jobs:
1076
node-version-file: 'dev-packages/e2e-tests/package.json'
1077
1078
if: matrix.test-application == 'node-exports-test-app'
1079
1080
1081
1082
0 commit comments