File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Node.js CI
55
66on :
77 push :
8- branches : [ master ]
8+ branches : [ main ]
99 pull_request :
10- branches : [ master ]
10+ branches : [ main ]
1111
1212jobs :
1313 build :
@@ -16,12 +16,12 @@ jobs:
1616
1717 strategy :
1818 matrix :
19- node-version : [14 .x]
19+ node-version : [16 .x]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v1
24+ uses : actions/setup-node@v3
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727 - run : npm install
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 publish-npm :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-node@v2
14+ - uses : actions/checkout@v3
15+ - uses : actions/setup-node@v3
1616 with :
17- node-version : 12
17+ node-version : 16
1818 registry-url : https://registry.npmjs.org/
1919 scope : ' @ngx-builders'
2020 - run : npm i
You can’t perform that action at this time.
0 commit comments