File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - uses : actions/setup-node@v4
180180 with :
181- node-version : 20
181+ node-version : 22
182182 cache : ' npm'
183183 cache-dependency-path : ' build/npm/package-lock.json'
184184 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 4444 - name : Set up Nodejs
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : 20
47+ node-version : 22
4848 cache : ' npm'
4949 cache-dependency-path : ' build/npm/package-lock.json'
5050
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616// CurrentGaugeVersion represents the current version of Gauge
17- var CurrentGaugeVersion = & Version {1 , 6 , 14 }
17+ var CurrentGaugeVersion = & Version {1 , 6 , 15 }
1818
1919// BuildMetadata represents build information of current release (e.g, nightly build information)
2020var BuildMetadata = ""
You can’t perform that action at this time.
0 commit comments