We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdec831 commit a07ae82Copy full SHA for a07ae82
.github/workflows/test.yml
@@ -11,5 +11,5 @@ jobs:
11
- uses: actions/checkout@master
12
- uses: denolib/setup-deno@v2
13
with:
14
- deno-version: 1.0.0-rc1
+ deno-version: v1.x
15
- run: deno run --allow-read --allow-run --allow-net specs/_run.ts
0 commit comments