File tree 5 files changed +3260
-2040
lines changed
5 files changed +3260
-2040
lines changed Original file line number Diff line number Diff line change 9
9
- image : cimg/node:lts
10
10
steps :
11
11
- checkout
12
- - run : yarn
13
- - run : yarn run lint
12
+ - run : npm
13
+ - run : npm run lint
14
14
test_node14 :
15
15
docker :
16
16
- image : cimg/node:14.20
17
17
steps :
18
18
- checkout
19
- - run : yarn --ignore-engines
20
- - run : yarn run test
19
+ - run : npm run test
21
20
test_node16 :
22
21
docker :
23
22
- image : cimg/node:16.18
24
23
steps :
25
24
- checkout
26
- - run : yarn --ignore-engines
27
- - run : yarn run test
25
+ - run : npm run test
28
26
test_node17 :
29
27
docker :
30
28
- image : cimg/node:17.9
31
29
steps :
32
30
- checkout
33
- - run : yarn --ignore-engines
34
- - run : yarn run test
31
+ - run : npm run test
35
32
test_node18 :
36
33
docker :
37
34
- image : cimg/node:18.11
38
35
steps :
39
36
- checkout
40
- - run : yarn --ignore-engines
41
- - run : yarn run test
37
+ - run : npm run test
42
38
43
39
workflows :
44
40
version : 2.1
Original file line number Diff line number Diff line change 1
1
node_modules /
2
- yarn-error.log
3
2
4
3
.vscode /launch.json
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ printf "${GEEEN}git commit\n${RESET}"
40
40
git commit -m " tada: upgrade to v$VERSION "
41
41
git tag v$VERSION
42
42
43
- printf " ${GEEEN} Please command 'git push origin master && git push origin v$VERSION && yarn publish'\n${RESET} "
43
+ printf " ${GEEEN} Please command 'git push origin master && git push origin v$VERSION && npm publish'\n${RESET} "
You can’t perform that action at this time.
0 commit comments