Skip to content

Commit

Permalink
build: node 20
Browse files Browse the repository at this point in the history
leomp12 committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b3aa496 commit 9937006
Showing 7 changed files with 9,317 additions and 8,701 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'

- name: Cache dependencies
uses: actions/cache@v3
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workbench.colorTheme": "Default Dark+",
"workbench.colorTheme": "Default Dark Modern",
"editor.tabSize": 2,
"files.autoSaveDelay": 5000,
"standard.run": "onSave",
2,145 changes: 1,551 additions & 594 deletions functions/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "16"
"node": "20"
},
"dependencies": {
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",
"@google-cloud/firestore": "^4.15.1",
"@google-cloud/firestore": "^7.11.0",
"axios": "^0.29.0",
"busboy": "^1.6.0",
"cors": "^2.8.5",
@@ -22,8 +22,8 @@
"exceljs": "^4.4.0",
"express": "^4.21.2",
"fast-xml-parser": "^3.21.1",
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.24.1",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0",
"form-data": "^4.0.1",
"he": "^1.2.0",
"node-html-parser": "^5.4.2",
15,858 changes: 7,758 additions & 8,100 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"homepage": "https://github.com/ecomplus/application-starter#readme",
"dependencies": {
"dotenv": "^16.4.7",
"firebase-tools": "^11.30.0",
"firebase-tools": "^13.29.2",
"uglify-js": "^3.19.3"
},
"devDependencies": {

0 comments on commit 9937006

Please sign in to comment.