File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Deno
2020 uses : denoland/setup-deno@v1
2121 with :
22- deno-version : v2.2.4
22+ deno-version : v2.4.2
2323
2424 - name : ' Install dependencies'
2525 run : npm ci
Original file line number Diff line number Diff line change 2424 uses : denoland/setup-deno@v1
2525 with :
2626 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
27- deno-version : v2.2.4
27+ deno-version : v2.4.2
2828 - name : Extract tag and version
2929 id : extract
3030 run : |-
Original file line number Diff line number Diff line change 3232 uses : denoland/setup-deno@v1
3333 with :
3434 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
35- deno-version : v2.2.4
35+ deno-version : v2.4.2
3636 - name : Build
3737 run : npm run build
3838 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 9393 uses : denoland/setup-deno@v1
9494 with :
9595 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
96- deno-version : v2.2.4
96+ deno-version : v2.4.2
9797 - name : " Install dependencies"
9898 run : npm ci
9999 - name : " Prepare Netlify CLI"
@@ -188,7 +188,7 @@ jobs:
188188 uses : denoland/setup-deno@v1
189189 with :
190190 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
191- deno-version : v2.2.4
191+ deno-version : v2.4.2
192192 - name : " Install dependencies"
193193 run : npm ci
194194 - name : " Build"
@@ -268,7 +268,7 @@ jobs:
268268 uses : denoland/setup-deno@v1
269269 with :
270270 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
271- deno-version : v2.2.4
271+ deno-version : v2.4.2
272272 - name : " Install dependencies"
273273 run : npm ci
274274 - name : " Build"
Original file line number Diff line number Diff line change 2525 uses : denoland/setup-deno@v1
2626 with :
2727 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
28- deno-version : v2.2.4
28+ deno-version : v2.4.2
2929
3030 - name : ' Install dependencies'
3131 run : npm ci
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 uses : denoland/setup-deno@v1
192192 with :
193193 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
194- deno-version : v2.2.4
194+ deno-version : v2.4.2
195195
196196 - name : install runtime
197197 run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments