Skip to content

Commit

Permalink
chore: actions: yarn -> bun
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 20, 2025
1 parent 161d4f9 commit b0be119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version: 22.x
- name: Install Redrun
run: bun i yarn redrun -g --no-save
run: bun i redrun -g --no-save
- name: NPM Install
run: yarn --no-lockfile
run: bun i --no-save
- name: Lint
run: redrun lint
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: bun i yarn redrun -g --no-save
run: bun i redrun -g --no-save
- name: Install
run: yarn --no-lockfile
run: bun i --no-save
- name: Lint
run: redrun fix:lint
- uses: actions/cache@v4
Expand Down
1 change: 0 additions & 1 deletion .putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"fontello.json"
],
"rules": {
"github/convert-npm-to-bun": "off",
"github/set-node-versions": "off"
},
"match": {
Expand Down

0 comments on commit b0be119

Please sign in to comment.