We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678eb13 commit 25e4703Copy full SHA for 25e4703
.github/workflows/release-please.yaml
@@ -31,6 +31,10 @@ jobs:
31
check-latest: true
32
registry-url: 'https://registry.npmjs.org'
33
if: ${{ steps.release.outputs.releases_created }}
34
+ - name: Setup Deno
35
+ uses: denoland/setup-deno@v1
36
+ with:
37
+ deno-version: 2.2.4
38
- run: npm ci
39
40
- name: Build packages
0 commit comments