File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
- " bindings/node.js/**"
8
8
- " .github/workflows/**"
9
9
tags :
10
- - ' node.js-[0-9]+.[0-9]+.[0-9]+ '
10
+ - " node.js* "
11
11
pull_request :
12
12
branches : ["master"]
13
13
paths :
18
18
build :
19
19
runs-on : ubuntu-latest
20
20
defaults :
21
- run :
22
- working-directory : ./bindings/node.js
21
+ run :
22
+ working-directory : ./bindings/node.js
23
23
24
24
strategy :
25
25
matrix :
@@ -33,13 +33,12 @@ jobs:
33
33
with :
34
34
node-version : ${{ matrix.node-version }}
35
35
cache : " npm"
36
- cache-dependency-path : ' ./bindings/node.js/package-lock.json'
36
+ cache-dependency-path : " ./bindings/node.js/package-lock.json"
37
37
- run : npm ci
38
38
working-directory : ./bindings/node.js
39
39
- run : npm run test
40
40
working-directory : ./bindings/node.js
41
41
42
-
43
42
publish-npm :
44
43
needs : build
45
44
runs-on : ubuntu-latest
51
50
with :
52
51
node-version : ${{ matrix.node-version }}
53
52
cache : " npm"
54
- cache-dependency-path : ' ./bindings/node.js/package-lock.json'
53
+ cache-dependency-path : " ./bindings/node.js/package-lock.json"
55
54
- run : npm ci
56
55
- run : npm publish
57
56
env :
You can’t perform that action at this time.
0 commit comments