File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install Deno
24
24
uses : denoland/setup-deno@v1
25
25
with :
26
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/ node/bridge.ts#L17
27
- deno-version : v1.37.0
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 : v1.44.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 31
31
- name : Install Deno
32
32
uses : denoland/setup-deno@v1
33
33
with :
34
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/ node/bridge.ts#L17
35
- deno-version : v1.37.0
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 : v1.44.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 65
65
- name : Install Deno
66
66
uses : denoland/setup-deno@v1
67
67
with :
68
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/main/node/bridge.ts#L17
69
- deno-version : v1.37.0
68
+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build /blob/main/packages/edge-bundler/ node/bridge.ts#L20
69
+ deno-version : v1.44.4
70
70
- name : ' Install dependencies'
71
71
run : npm ci
72
72
- name : ' Prepare Netlify CLI'
@@ -134,7 +134,7 @@ jobs:
134
134
uses : denoland/setup-deno@v1
135
135
with :
136
136
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
137
- deno-version : v1.37.0
137
+ deno-version : v1.44.4
138
138
- name : ' Install dependencies'
139
139
run : npm ci
140
140
- name : ' Build'
@@ -198,8 +198,8 @@ jobs:
198
198
- name : Install Deno
199
199
uses : denoland/setup-deno@v1
200
200
with :
201
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/main/node/bridge.ts#L17
202
- deno-version : v1.37.0
201
+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build /blob/main/packages/edge-bundler/ node/bridge.ts#L20
202
+ deno-version : v1.44.4
203
203
- name : ' Install dependencies'
204
204
run : npm ci
205
205
- name : ' Build'
Original file line number Diff line number Diff line change 23
23
- name : Install Deno
24
24
uses : denoland/setup-deno@v1
25
25
with :
26
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/main/node/bridge.ts#L17
27
- deno-version : v1.37.0
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 : v1.44.4
28
28
- run : npm ci
29
29
30
30
- name : Package size report
Original file line number Diff line number Diff line change @@ -161,8 +161,8 @@ jobs:
161
161
- name : Install Deno
162
162
uses : denoland/setup-deno@v1
163
163
with :
164
- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler /blob/main/node/bridge.ts#L17
165
- deno-version : v1.37.0
164
+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build /blob/main/packages/edge-bundler/ node/bridge.ts#L20
165
+ deno-version : v1.44.4
166
166
167
167
- name : install runtime
168
168
run : npm install --ignore-scripts
You can’t perform that action at this time.
0 commit comments