Skip to content

Commit 5455963

Browse files
committed
chore: update Node.js version to 22 in CI workflow
1 parent dc093d3 commit 5455963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Step 2: Setup Node.js environment with version 16
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 22
2323

2424
# Step 3: Install npm dependencies
2525
- run: npm install

0 commit comments

Comments
 (0)