File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: Github CI - Create release
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66
77jobs :
88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - name : Set up Node.js 12 .x
13- uses : actions/setup-node@v1
11+ - uses : actions/checkout@v3
12+ - name : Set up Node.js 16 .x
13+ uses : actions/setup-node@v3
1414 with :
15- node-version : ' 12 .x'
15+ node-version : ' 16 .x'
1616 registry-url : ' https://registry.npmjs.org'
1717 # This step provides me the information about package (version) from package.json.
1818 - name : Grant access to bash scripts
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - name : Set up Node.js 12 .x
14- uses : actions/setup-node@v1
12+ - uses : actions/checkout@v3
13+ - name : Set up Node.js 16 .x
14+ uses : actions/setup-node@v3
1515 with :
16- node-version : ' 12 .x'
16+ node-version : ' 16 .x'
1717 registry-url : ' https://registry.npmjs.org'
1818 - name : Installing dependecies with yarn
1919 run : yarn install
You can’t perform that action at this time.
0 commit comments