Skip to content

Commit

Permalink
Merge pull request #225 from Expensify/srikar-qsp
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Jan 14, 2025
2 parents e410206 + 577de92 commit 1f12688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tools/checkRuntimeVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

installedNodeVersion="$(node -v)"
installedNpmVersion="$(npm -v)"
desiredNodeVersion="v20.18.0"
desiredNodeVersion="v20.18.1"
desiredNpmVersion="10.8.2"

if [[ "$installedNodeVersion" != "$desiredNodeVersion" ]]; then
Expand Down

0 comments on commit 1f12688

Please sign in to comment.