fix: disable bun for CI

This commit is contained in:
coderaiser 2023-09-04 15:59:27 +03:00
parent 34258c6f27
commit ee5a0fb4b2
4 changed files with 12 additions and 11 deletions

View file

@ -14,9 +14,9 @@ jobs:
with:
node-version: 16.x
- name: Install Redrun
run: bun i redrun -g --no-save
run: npm i redrun -g
- name: NPM Install
run: bun i --no-save
run: npm install
- name: Lint
run: redrun lint
- name: Build