chore: update i18n workflow to use Node.js 20 (#22403)

This commit is contained in:
Kartik Saini
2025-07-11 12:17:12 +00:00
committed by GitHub
parent c9a47dd0ce
commit bbd8af074e
+4
View File
@@ -17,6 +17,10 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- uses: lingodotdev/lingo.dev@main
env:
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}