Commit a381066 1 parent 591e69d commit a381066 Copy full SHA for a381066
File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@v4
14
14
15
15
- name : Setup Deno
16
- uses : denoland/setup-deno@v1
17
- with :
18
- deno-version : rc
16
+ uses : denoland/setup-deno@v2
19
17
20
18
- name : Lint
21
19
run : deno lint
27
25
run : deno fmt --check
28
26
29
27
- name : Build npm
30
- run : deno task build:npm
28
+ run : deno task build:npm
Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ jobs:
21
21
run : echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT
22
22
23
23
- name : Setup Deno
24
- uses : denoland/setup-deno@v1
25
- with :
26
- deno-version : rc
24
+ uses : denoland/setup-deno@v2
25
+
27
26
- name : Setup Node
28
27
uses : actions/setup-node@v4
29
28
with :
30
- node-version : ' 20.x'
31
- registry-url : ' https://registry.npmjs.org'
29
+ node-version : " 20.x"
30
+ registry-url : " https://registry.npmjs.org"
32
31
33
32
- name : Publish JSR package
34
33
run : deno publish
You can’t perform that action at this time.
0 commit comments