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 2d8e324 commit 29d139cCopy full SHA for 29d139c
.github/workflows/node.js.yml
@@ -43,5 +43,6 @@ jobs:
43
uses: actions/setup-node@v1
44
with:
45
node-version: ${{ matrix.node-version }}
46
- - run: npm install
+ - uses: oven-sh/setup-bun@v2
47
+ - run: bun install
48
- run: npm run build:tsup && npm run test-node:v6
0 commit comments