Skip to content

Commit

Permalink
Merge pull request #50928 from Expensify/blimpich-qspNode
Browse files Browse the repository at this point in the history
[NoQA] upgrade node
  • Loading branch information
mountiny authored Oct 22, 2024
2 parents 7111c19 + 8076c83 commit 04214cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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@v3
with:
node-version: '20.15.1'
node-version: '20.18.0'

# 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.15.1
20.18.0
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
]
},
"engines": {
"node": "20.15.1",
"npm": "10.7.0"
"node": "20.18.0",
"npm": "10.8.2"
}
}

0 comments on commit 04214cd

Please sign in to comment.