Skip to content

Commit 04e5c5f

Browse files
authored
build: Pin Deno to 1.40.x in workflow/publish (#50)
1 parent 16f9968 commit 04e5c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Deno Version ${{ matrix.deno-version }}
1919
uses: denolib/setup-deno@master
2020
with:
21-
deno-version: 1.x
21+
deno-version: 1.40.x
2222
- name: npm install and test
2323
run: |
2424
npm ci

0 commit comments

Comments
 (0)