File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
registry-url : ' https://registry.npmjs.org'
21
21
- name : Install core dependencies
22
22
run : npm ci --no-audit
23
+ - name : Install Deno
24
+ uses : denoland/setup-deno@v1
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
23
28
- name : Extract tag and version
24
29
id : extract
25
30
run : |-
Original file line number Diff line number Diff line change 30
30
- name : Install dependencies
31
31
run : CI=1 npm ci
32
32
if : ${{ steps.release.outputs.release_created }}
33
+ - name : Install Deno
34
+ uses : denoland/setup-deno@v1
35
+ with :
36
+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
37
+ deno-version : v1.37.0
33
38
- name : Build
34
39
run : npm run build
35
40
if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments