Skip to content

Commit 2321550

Browse files
authored
Merge pull request #1320 from processing/ksen0-patch-3
Update Node.js version from 18 to 22 in translation tracker
2 parents 43c51fb + bf95ce2 commit 2321550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translation-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
29+
node-version: '22'
3030

3131
- name: Install dependencies
3232
run: npm ci

0 commit comments

Comments
 (0)