File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments