Skip to content

Commit

Permalink
chore: bump some deps, use bun's new text based lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Jan 9, 2025
1 parent 51496b3 commit a60c608
Show file tree
Hide file tree
Showing 5 changed files with 1,659 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Build and publish library

on: push

permissions:
actions: read
contents: write
packages: write
id-token: write

on:
push:
branches: ['main']
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

Expand All @@ -20,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.33
bun-version: 1.1.43
- run: bun install --frozen-lockfile
- run: bun run tsc
- run: bun run lint
Expand Down
Loading

0 comments on commit a60c608

Please sign in to comment.