ci: run Bun 1.4.0 in the memory benchmark and omp jobs
Bump the memory benchmark runtime pins to the current stable releases: Bun 1.3.11 -> 1.4.0, Node 22.19.0 -> 22.23.2, pi host 0.82.1 -> 0.84.4. Pin the Oh My Pi compatibility job to the same Bun release instead of 'latest' so a required check does not drift on its own.
This commit is contained in:
@@ -46,9 +46,9 @@ jobs:
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- uses: oven-sh/setup-bun@v2.2.0
|
||||
with:
|
||||
bun-version: latest
|
||||
bun-version: 1.4.0
|
||||
- run: npm ci
|
||||
- name: Install Oh My Pi
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user