Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
ci: update serverless node runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Jan 31, 2024
1 parent e6ed847 commit 15603a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.0.0",
"name": "mihorario",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
3 changes: 1 addition & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "mihorario",
"version": "0.0.1",
"description": "Mihorario fork",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "serverless offline --printOutput",
Expand Down
4 changes: 2 additions & 2 deletions server/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ useDotenv: true

provider:
name: aws
runtime: nodejs12.x
runtime: nodejs14.x
lambdaHashingVersion: '20201221'
timeout: 10
environment:
Expand All @@ -35,4 +35,4 @@ functions:
timeout: 10

plugins:
- serverless-offline
- serverless-offline

0 comments on commit 15603a5

Please sign in to comment.