Skip to content

Commit 179f172

Browse files
committed
add nodejs22.x in tests
1 parent 9c3980f commit 179f172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-build-nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
architecture: [ amd64, arm64 ]
26-
runtime: [nodejs18.x, node20.x]
26+
runtime: [nodejs18.x, node20.x, nodejs22.x]
2727
steps:
2828
- uses: actions/checkout@v4
2929
with:
3030
submodules: recursive
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '~1.21.10'
33+
go-version: '~1.23.4'
3434
check-latest: true
3535
- uses: actions/setup-node@v4
3636
with:

0 commit comments

Comments
 (0)