Skip to content

Commit 33d3205

Browse files
committed
chore: update workflow
1 parent 1404497 commit 33d3205

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717

1818
- uses: asdf-vm/actions/install@v2
1919

20-
- run: |
21-
deno task build
22-
asdf global nodejs `node -v | sed 's/v//'`
20+
- run: deno task build
21+
22+
- uses: actions/setup-node@v3
23+
with:
24+
node-version: 16
2325

2426
- uses: cycjimmy/semantic-release-action@v3
2527
with:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "**"
1010
paths:
1111
- "*.ts"
12+
workflow_dispatch:
1213

1314
jobs:
1415
test:

0 commit comments

Comments
 (0)