This commit is contained in:
David Sherret 2023-09-27 18:27:29 -04:00 committed by GitHub
parent 85bf53342c
commit 0df5d9c641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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": {