Skip to content

Commit

Permalink
chore: npm replaced by bun
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jul 30, 2024
1 parent aebddce commit dd9b194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run lint --if-present
- run: npm run build --if-present
- run: bun install
- run: bun run lint
- run: bun run build

Binary file modified bun.lockb
100644 → 100755
Binary file not shown.

0 comments on commit dd9b194

Please sign in to comment.