Skip to content

Commit

Permalink
fix: use bun action instead of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Davydov Artemiy committed May 2, 2024
1 parent 2c70060 commit 9c173dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
- name: setup bun
uses: oven-sh/setup-bun@v1
with:
node-version: lts/*
bun-version: latest

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 9c173dc

Please sign in to comment.