Skip to content

Commit

Permalink
Merge pull request #55059 from Expensify/srikar-qsp
Browse files Browse the repository at this point in the history
(cherry picked from commit 55ed3f1)

(CP triggered by AndrewGable)
  • Loading branch information
cead22 authored and OSBotify committed Jan 14, 2025
1 parent a29505a commit 0617354
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployNewHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.18.0'
node-version: '20.18.1'

# Wil install the _help/package.js
- name: Install Node.js Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
]
},
"engines": {
"node": "20.18.0",
"node": "20.18.1",
"npm": "10.8.2"
}
}

0 comments on commit 0617354

Please sign in to comment.