Skip to content

Commit

Permalink
LF-4395 use node v20 in api linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
navDhammu committed Sep 12, 2024
1 parent fbc570a commit 84f3923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_translation_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install dependencies for Node.js server
run: npm install
Expand Down

0 comments on commit 84f3923

Please sign in to comment.