Skip to content

Commit 2a7197a

Browse files
committed
Fix CI/CD by using newer version of deno
1 parent 508dc2e commit 2a7197a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- name: Setup Deno 0.40
18-
uses: denolib/setup-deno@220d9c6
18+
uses: denolib/setup-deno@v2
1919
with:
2020
deno-version: '0.40'
2121
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)