File tree Expand file tree Collapse file tree 5 files changed +3260
-2040
lines changed Expand file tree Collapse file tree 5 files changed +3260
-2040
lines changed Original file line number Diff line number Diff line change 99 - image : cimg/node:lts
1010 steps :
1111 - checkout
12- - run : yarn
13- - run : yarn run lint
12+ - run : npm
13+ - run : npm run lint
1414 test_node14 :
1515 docker :
1616 - image : cimg/node:14.20
1717 steps :
1818 - checkout
19- - run : yarn --ignore-engines
20- - run : yarn run test
19+ - run : npm run test
2120 test_node16 :
2221 docker :
2322 - image : cimg/node:16.18
2423 steps :
2524 - checkout
26- - run : yarn --ignore-engines
27- - run : yarn run test
25+ - run : npm run test
2826 test_node17 :
2927 docker :
3028 - image : cimg/node:17.9
3129 steps :
3230 - checkout
33- - run : yarn --ignore-engines
34- - run : yarn run test
31+ - run : npm run test
3532 test_node18 :
3633 docker :
3734 - image : cimg/node:18.11
3835 steps :
3936 - checkout
40- - run : yarn --ignore-engines
41- - run : yarn run test
37+ - run : npm run test
4238
4339workflows :
4440 version : 2.1
Original file line number Diff line number Diff line change 11node_modules /
2- yarn-error.log
32
43.vscode /launch.json
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ printf "${GEEEN}git commit\n${RESET}"
4040git commit -m " tada: upgrade to v$VERSION "
4141git tag v$VERSION
4242
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