Skip to content

Commit 59c3fab

Browse files
authored
Test with Node 22 (#2746)
Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
1 parent 022e7ae commit 59c3fab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
2020
var BuildMetadata = ""

0 commit comments

Comments
 (0)