File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : 14
14
+ node-version : ' 16.x '
15
15
- run : npm ci
16
16
- run : npm run lint
17
17
- run : npm run test
23
23
- uses : actions/checkout@v3
24
24
- uses : actions/setup-node@v3
25
25
with :
26
- node-version : 14
26
+ node-version : ' 16.x '
27
27
registry-url : https://registry.npmjs.org/
28
28
- run : npm ci
29
29
- run : npm publish
40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-node@v3
42
42
with :
43
- node-version : 14
43
+ node-version : ' 16.x '
44
44
registry-url : https://npm.pkg.github.com/
45
45
- run : npm ci
46
46
- run : npm publish
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : ' 14 .x'
13
+ node-version : ' 16 .x'
14
14
- run : npm install
15
15
- run : npm run lint
16
16
- run : npm run test
You can’t perform that action at this time.
0 commit comments