Skip to content

Commit 72709f7

Browse files
chore(deps): update node.js to v22
1 parent 5a51de4 commit 72709f7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '20.19.0'
29+
node-version: '22.14.0'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v3
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v3
110110
with:
111-
node-version: '20.19.0'
111+
node-version: '22.14.0'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: '20.19.0'
29+
node-version: '22.14.0'
3030
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22.15.0

functions/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.

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log"
1010
},
1111
"engines": {
12-
"node": "20"
12+
"node": "22.15.0"
1313
},
1414
"dependencies": {
1515
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",

0 commit comments

Comments
 (0)