Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 406b1fd

Browse files
committed
add deno to ci
1 parent 48a0916 commit 406b1fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: lts/*
29+
- uses: denoland/setup-deno@v2
30+
with:
31+
deno-version: v2.x
2932
- run: make install
3033
- run: make test
3134

@@ -45,6 +48,9 @@ jobs:
4548
with:
4649
node-version: '20.x'
4750
registry-url: 'https://registry.npmjs.org'
51+
- uses: denoland/setup-deno@v2
52+
with:
53+
deno-version: v2.x
4854
- name: Set version env
4955
run: echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
5056
- uses: release-drafter/release-drafter@v5

0 commit comments

Comments
 (0)