Skip to content

Commit 9f14575

Browse files
committed
chore: Update Node.js version in CI workflow
Changed the Node.js version in the GitHub Actions CI workflow from 18 to 22 to ensure compatibility with the latest features and improvements. This update helps maintain the project's build environment and aligns with current best practices.
1 parent 605b23f commit 9f14575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 22
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)