File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Release on npm
2
2
3
3
on :
4
4
push :
5
- tags :
6
- - v*
5
+ branches :
6
+ - " * "
7
7
8
8
jobs :
9
9
build :
13
13
14
14
- uses : actions/setup-node@v2
15
15
with :
16
- node-version : 16
16
+ node-version : 14
17
17
18
18
- name : Get npm cache directory
19
19
id : npm-cache-dir
@@ -30,14 +30,16 @@ jobs:
30
30
31
31
- run : npm ci
32
32
33
- - run : npm run lint-dry
33
+ # - run: npm run lint-dry
34
34
35
- - run : npm run test-ci
35
+ # - run: npm run test-ci
36
+ - run : node -v
37
+ - run : npm -v
36
38
37
39
# @see https://github.com/actions/setup-node/issues/213
38
40
# Workaround, but not working
39
- - name : npm 7
40
- run : npm i -g npm@7 --registry=https://registry.npmjs.org
41
+ # - name: npm 7
42
+ # run: npm i -g npm@7 --registry=https://registry.npmjs.org
41
43
42
44
- run : npm publish
43
45
env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " eslint-plugin-no-dangerous" ,
3
3
"description" : " Prohibit dangerous functions." ,
4
4
"version" : " 0.0.3" ,
5
- "engines" : {
6
- "node" : " ^16" ,
7
- "npm" : " ^7"
8
- },
9
5
"license" : " MIT" ,
10
6
"keywords" : [
11
7
" eslint" ,
You can’t perform that action at this time.
0 commit comments