File tree 2 files changed +8
-8
lines changed
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
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ main ]
11
11
12
12
jobs :
13
13
build :
@@ -16,12 +16,12 @@ jobs:
16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [14 .x]
19
+ node-version : [16 .x]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
- uses : actions/setup-node@v1
24
+ uses : actions/setup-node@v3
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
- run : npm install
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
publish-npm :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
15
- - uses : actions/setup-node@v2
14
+ - uses : actions/checkout@v3
15
+ - uses : actions/setup-node@v3
16
16
with :
17
- node-version : 12
17
+ node-version : 16
18
18
registry-url : https://registry.npmjs.org/
19
19
scope : ' @ngx-builders'
20
20
- run : npm i
You can’t perform that action at this time.
0 commit comments