Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit a654b50

Browse files
committed
update node version to 22.x in CI workflow
1 parent e901f2d commit a654b50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-javascript-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v3
8080

81-
- name: use node 18.x
81+
- name: use node 22.x
8282
uses: actions/setup-node@v3
8383
with:
84-
node-version: 18.x
84+
node-version: 22.x
8585

8686
- name: yarn install
8787
run: yarn install

0 commit comments

Comments
 (0)