Skip to content

Commit 5a9fe5c

Browse files
committed
build: node 18
1 parent 7558a98 commit 5a9fe5c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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: '16.x'
29+
node-version: '18.x'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v3
@@ -107,7 +107,7 @@ jobs:
107107
if: steps.pkg_version.outputs.publish == 1
108108
uses: actions/setup-node@v3
109109
with:
110-
node-version: '16.x'
110+
node-version: '18.x'
111111
registry-url: 'https://registry.npmjs.org/'
112112

113113
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.x'
28+
node-version: '18.x'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

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
@@ -10,7 +10,7 @@
1010
"logs": "firebase functions:log"
1111
},
1212
"engines": {
13-
"node": "16"
13+
"node": "18"
1414
},
1515
"dependencies": {
1616
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",

0 commit comments

Comments
 (0)