Skip to content

Commit 1ab922c

Browse files
authored
Set explicit versions in workflows for bun and deno (#2315)
Signed-off-by: Roland Asmann <[email protected]>
1 parent 6e85396 commit 1ab922c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
fail-fast: true
132132
matrix:
133133
os: [windows, macos, ubuntu]
134-
deno_version: [2.x]
135134
include:
136135
- os: windows
137136
build: |
@@ -175,7 +174,7 @@ jobs:
175174
node-version-file: .nvmrc
176175
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
177176
with:
178-
deno-version: v${{ matrix.deno_version }}
177+
deno-version: 2.4.0
179178
- name: pnpm install, build and test
180179
run: |
181180
pnpm install:frozen

.github/workflows/repotests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ jobs:
200200
node-version-file: .nvmrc
201201
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
202202
with:
203-
deno-version: v2.x
203+
deno-version: 2.4.0
204204
- uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
205+
with:
206+
bun-version: 1.2.0
205207
- name: Trim CI agent
206208
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
207209
run: |

0 commit comments

Comments
 (0)