Skip to content

Commit fc9fed8

Browse files
authored
Update publish.yml
1 parent 4b96cf8 commit fc9fed8

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/setup-node@v4
5353
with:
5454
registry-url: "https://registry.npmjs.org"
55-
node-version: 22
55+
node-version: 24
5656
- run: bun install
5757
- run: bun run build
5858
- name: Benchmark
@@ -77,12 +77,9 @@ jobs:
7777
~/.cargo/registry/cache/
7878
~/.cargo/git/db/
7979
target/
80-
key: cargo-publish-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
80+
key: cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
8181
restore-keys: |
82-
cargo-publish-${{ runner.os }}-
83-
84-
- name: Install Rust components
85-
run: rustup component add rustfmt clippy
82+
cargo-benchmark-${{ runner.os }}-
8683
8784
- uses: oven-sh/setup-bun@v2
8885
name: Install bun
@@ -102,7 +99,7 @@ jobs:
10299
uses: actions/setup-node@v4
103100
with:
104101
registry-url: "https://registry.npmjs.org"
105-
node-version: 22
102+
node-version: 24
106103
env:
107104
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
108105
- run: bun install

0 commit comments

Comments
 (0)