File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ jobs:
131
131
fail-fast : true
132
132
matrix :
133
133
os : [windows, macos, ubuntu]
134
- deno_version : [2.x]
135
134
include :
136
135
- os : windows
137
136
build : |
@@ -175,7 +174,7 @@ jobs:
175
174
node-version-file : .nvmrc
176
175
- uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
177
176
with :
178
- deno-version : v${{ matrix.deno_version }}
177
+ deno-version : 2.4.0
179
178
- name : pnpm install, build and test
180
179
run : |
181
180
pnpm install:frozen
Original file line number Diff line number Diff line change @@ -200,8 +200,10 @@ jobs:
200
200
node-version-file : .nvmrc
201
201
- uses : denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
202
202
with :
203
- deno-version : v2.x
203
+ deno-version : 2.4.0
204
204
- uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2
205
+ with :
206
+ bun-version : 1.2.0
205
207
- name : Trim CI agent
206
208
if : matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
207
209
run : |
You can’t perform that action at this time.
0 commit comments