Skip to content

Commit 1736d9f

Browse files
committed
build(nodejs): use node lts 22 for build
1 parent d7cab22 commit 1736d9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 22
2525
- uses: actions/cache@v4
2626
with:
2727
path: ~/.npm

.github/workflows/release-layer-nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 22
3333

3434
- name: Build
3535
run: |
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
name: opentelemetry-nodejs-layer.zip
5555
path: nodejs/packages/layer/build/opentelemetry-nodejs-layer.zip
56-
56+
5757
- name: Add Binary to Release
5858
run: |
5959
gh release upload ${{github.ref_name}} nodejs/packages/layer/build/opentelemetry-nodejs-layer.zip

0 commit comments

Comments
 (0)