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 c52ae59

Browse files
committed
fixup! chore: use Deno from all ci scripts
1 parent 975550a commit c52ae59

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v1
22+
- uses: denolib/setup-deno@v2
23+
with:
24+
deno-version: v1.5.x
2225
- name: Install Gon
2326
run: |
2427
brew tap mitchellh/gon

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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
1815
- uses: actions/checkout@v1
1916
- uses: actions/cache@v1
2017
with:
@@ -25,5 +22,8 @@ jobs:
2522
- uses: actions/setup-go@v2
2623
with:
2724
go-version: '^1.14'
25+
- uses: denolib/setup-deno@v2
26+
with:
27+
deno-version: v1.5.x
2828
- name: integration tests
2929
run: ./ci/steps/integration.ts

0 commit comments

Comments
 (0)