Skip to content

Commit 7b004d7

Browse files
authored
Merge pull request Expensify#65669 from Expensify/cmartins-bumpNode
[No QA] Bump node to 20.19.3
2 parents c6bec13 + 903b94c commit 7b004d7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployNewHelp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# v4
5959
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
6060
with:
61-
node-version: '20.19.1'
61+
node-version-file: '.nvmrc'
6262

6363
# Wil install the _help/package.js
6464
- name: Install Node.js Dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.1
1+
20.19.3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
]
407407
},
408408
"engines": {
409-
"node": "20.19.1",
409+
"node": "20.19.3",
410410
"npm": "10.8.2"
411411
}
412412
}

0 commit comments

Comments
 (0)