Skip to content

Commit

Permalink
1.1.3 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 27, 2023
1 parent 85bf533 commit 0df5d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
deno-version: ${{ matrix.deno }}

- name: Test Deno
run: deno run https://deno.land/std/examples/welcome.ts
run: deno run https://deno.land/std@0.198.0/examples/welcome.ts

- name: Test `deno install`
run: |
deno install --allow-net -n deno_curl https://deno.land/std/examples/curl.ts
deno_curl https://deno.land/std/examples/curl.ts
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
- name: Format
if: runner.os == 'Linux' && matrix.deno == 'canary'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions",
"version": "1.1.2",
"version": "1.1.3",
"author": "Deno Land Inc",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0df5d9c

Please sign in to comment.