3 Commits

Author SHA1 Message Date
Luca Casonato
b007aaadaa ci 2024-09-13 17:45:33 +02:00
Luca Casonato
084daf99a8 1.5.0 (#75) 2024-09-13 17:32:26 +02:00
Luca Casonato
8b162a5755 chore: improve readme (#74) 2024-09-13 17:32:16 +02:00
2 changed files with 14 additions and 1 deletions

View File

@@ -46,6 +46,19 @@ jobs:
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/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 deno_curl https://deno.land/std@0.198.0/examples/curl.ts
test-not-local:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Deno
# install the extension from this repo using the current commit hash
uses: denoland/setup-deno@${{github.sha}}
with:
deno-version: 1.x
- name: Test Deno
run: deno -V
test-version-file: test-version-file:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:

View File

@@ -1,7 +1,7 @@
{ {
"name": "setup-deno", "name": "setup-deno",
"description": "Set up Deno easially in GitHub Actions", "description": "Set up Deno easially in GitHub Actions",
"version": "1.4.1", "version": "1.5.0",
"author": "Deno Land Inc", "author": "Deno Land Inc",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",