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 8
8
steps :
9
9
- name : Checkout
10
10
uses : actions/checkout@v4
11
+
11
12
- name : Setup Deno
12
13
uses : denoland/setup-deno@v1
13
14
with :
14
- deno-version : v2.x.x
15
+ deno-version : v2.2.4
16
+
15
17
- name : Vendor Deno modules
16
18
run : deno --allow-import edge-runtime/vendor.ts
19
+
17
20
- name : Test
18
21
run : deno test -A edge-runtime/
Original file line number Diff line number Diff line change 24
24
uses : denoland/setup-deno@v1
25
25
with :
26
26
# 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
28
28
- name : Extract tag and version
29
29
id : extract
30
30
run : |-
Original file line number Diff line number Diff line change 32
32
uses : denoland/setup-deno@v1
33
33
with :
34
34
# 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
36
36
- name : Build
37
37
run : npm run build
38
38
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
uses : denoland/setup-deno@v1
152
152
with :
153
153
# 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
155
155
- name : ' Install dependencies'
156
156
run : npm ci
157
157
- name : ' Build'
Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ jobs:
20
20
node-version : ' 18.x'
21
21
cache : ' npm'
22
22
cache-dependency-path : ' **/package-lock.json'
23
+
23
24
- name : Install Deno
24
25
uses : denoland/setup-deno@v1
25
26
with :
26
27
# 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
29
32
30
33
- name : Package size report
31
34
uses : pkg-size/action@v1
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
uses : denoland/setup-deno@v1
166
166
with :
167
167
# 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
169
169
170
170
- name : install runtime
171
171
run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments