Skip to content

Commit e1a4ffb

Browse files
Update Node.js version in CI configuration; change from 18 to 22 for compatibility with latest features
1 parent 58e7ff0 commit e1a4ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR_Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18'
19+
node-version: '22'
2020

2121
- name: Generate environment.ts from secrets
2222
shell: bash

0 commit comments

Comments
 (0)