File tree Expand file tree Collapse file tree 2 files changed +34
-5
lines changed Expand file tree Collapse file tree 2 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1+ workflow "Install and Test" {
2+ on = " push"
3+ resolves = [" Publish" ]
4+ }
5+
6+ action "Install" {
7+ uses = " borales/actions-yarn@master"
8+ args = " install"
9+ }
10+
11+ action "Test" {
12+ needs = [" Install" ]
13+ uses = " borales/actions-yarn@master"
14+ args = " test"
15+ }
16+
17+ action "Release Tag" {
18+ needs = [" Test" ]
19+ uses = " actions/bin/filter@master"
20+ args = " tag *.*.*"
21+ }
22+
23+ action "Publish" {
24+ needs = [" Release Tag" ]
25+ uses = " borales/actions-yarn@master"
26+ args = " publish --access public"
27+ secrets = [" NPM_AUTH_TOKEN" ]
28+ }
Original file line number Diff line number Diff line change 7777 resolved "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073"
7878
7979" @types/node@*" , "@types/node@^10.11.7":
80- version "10.12.14 "
81- resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.14 .tgz#c03b6380c5c301be0499ecd143b99b76ebe45678 "
82- integrity sha512-0rVcFRhM93kRGAU88ASCjX9Y3FWDCh+33G5Z5evpKOea4xcpLqDGwmo64+DjgaSezTN5j9KdnUzvxhOw7fNciQ ==
80+ version "10.12.18 "
81+ resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18 .tgz#1d3ca764718915584fcd9f6344621b7672665c67 "
82+ integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ ==
8383
8484" @types/range-parser@* " :
8585 version "1.2.2"
@@ -2788,8 +2788,9 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
27882788 source-map "~0.6.1"
27892789
27902790webpack@^4.20.2 :
2791- version "4.27.1"
2792- resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.27.1.tgz#5f2e2db446d2266376fa15d7d2277a1a9c2e12bb"
2791+ version "4.28.0"
2792+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.0.tgz#6bdc26c17fe4c7e28c29fa002e6d37ac92caae9e"
2793+ integrity sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==
27932794 dependencies :
27942795 " @webassemblyjs/ast" " 1.7.11"
27952796 " @webassemblyjs/helper-module-context" " 1.7.11"
You can’t perform that action at this time.
0 commit comments