You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pre-release.yml
+5
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@ jobs:
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
Copy file name to clipboardExpand all lines: .github/workflows/release-please.yml
+5
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ jobs:
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
0 commit comments