Skip to content

Commit

Permalink
switch from yarn to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
chearon committed Sep 24, 2023
1 parent d55c07a commit 845db8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,122 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test
- run: bun install --frozen-lockfile
- run: npm run build
- run: npm run test
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit 845db8d

Please sign in to comment.