Skip to content

Commit

Permalink
build: node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jan 29, 2025
1 parent 87a4ddf commit 974791c
Show file tree
Hide file tree
Showing 6 changed files with 7,969 additions and 8,721 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
if: steps.pkg_version.outputs.publish == 1
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'

- name: Cache dependencies
Expand Down
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 functions/package-lock.json

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

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@ecomplus/application-sdk": "^22.0.0-firestore.1.15.7",
Expand Down
Loading

0 comments on commit 974791c

Please sign in to comment.