Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 7bc54de

Browse files
committed
fixup! chore: use Deno from all ci scripts
1 parent 648c745 commit 7bc54de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
CODER_EMAIL: ${{ secrets.CODER_EMAIL }}
1313
CODER_PASSWORD: ${{ secrets.CODER_PASSWORD }}
1414
steps:
15+
- uses: denolib/setup-deno@v2
16+
with:
17+
deno-version: v1.x
1518
- uses: actions/checkout@v1
1619
- uses: actions/cache@v1
1720
with:

0 commit comments

Comments
 (0)