We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e727c4b commit 8794954Copy full SHA for 8794954
.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
23
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
24
- uses: oven-sh/setup-bun@v1
25
with:
26
- bun-version: 1.0.25
+ bun-version: 1.1.0
27
- run: yarn test
28
29
build-and-publish:
0 commit comments