File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
11+
1112 - name : Setup Deno
1213 uses : denoland/setup-deno@v1
1314 with :
14- deno-version : v2.x.x
15+ deno-version : v2.2.4
16+
1517 - name : Vendor Deno modules
1618 run : deno --allow-import edge-runtime/vendor.ts
19+
1720 - name : Test
1821 run : deno test -A edge-runtime/
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.3.1
27+ deno-version : v2.2.4
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.3.1
35+ deno-version : v2.2.4
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 @@ -151,7 +151,7 @@ jobs:
151151 uses : denoland/setup-deno@v1
152152 with :
153153 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
154- deno-version : v2.3.1
154+ deno-version : v2.2.4
155155 - name : ' Install dependencies'
156156 run : npm ci
157157 - name : ' Build'
Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ jobs:
2020 node-version : ' 18.x'
2121 cache : ' npm'
2222 cache-dependency-path : ' **/package-lock.json'
23+
2324 - name : Install Deno
2425 uses : denoland/setup-deno@v1
2526 with :
2627 # 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.3.1
28- - run : npm ci
28+ deno-version : v2.2.4
29+
30+ - name : ' Install dependencies'
31+ run : npm ci
2932
3033 - name : Package size report
3134 uses : pkg-size/action@v1
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 uses : denoland/setup-deno@v1
166166 with :
167167 # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
168- deno-version : v2.3.1
168+ deno-version : v2.2.4
169169
170170 - name : install runtime
171171 run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments