Skip to content

Commit

Permalink
ci: downgrade deno to 1.6.1 for eggs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Dec 24, 2020
1 parent e98ad31 commit 311987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-egg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
with:
deno-version: 1.6.2
deno-version: 1.6.1
- run: deno install -A -f --unstable -n eggs https://x.nest.land/eggs@0.3.3/eggs.ts
- run: |
export PATH="/home/runner/.deno/bin:$PATH"
Expand Down

0 comments on commit 311987e

Please sign in to comment.