We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1404497 commit 33d3205Copy full SHA for 33d3205
.github/workflows/release.yml
@@ -17,9 +17,11 @@ jobs:
17
18
- uses: asdf-vm/actions/install@v2
19
20
- - run: |
21
- deno task build
22
- asdf global nodejs `node -v | sed 's/v//'`
+ - run: deno task build
+
+ - uses: actions/setup-node@v3
23
+ with:
24
+ node-version: 16
25
26
- uses: cycjimmy/semantic-release-action@v3
27
with:
.github/workflows/test.yml
@@ -9,6 +9,7 @@ on:
9
- "**"
10
paths:
11
- "*.ts"
12
+ workflow_dispatch:
13
14
jobs:
15
test:
0 commit comments