Skip to content

Commit 035e852

Browse files
committed
Upgrade dependencies and runtime
Remove explicit Node engine dependency in package.json
1 parent 28a4d4b commit 035e852

File tree

7 files changed

+10265
-7412
lines changed

7 files changed

+10265
-7412
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip3 install awscli --upgrade --user
3333
- name: NVM Install
3434
run: |
35-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
35+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
3636
. $HOME/.nvm/nvm.sh
3737
nvm install
3838
- name: NPM Install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.16.0
1+
v16.13.1

cloudformation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resources:
99
Type: AWS::Serverless::LayerVersion
1010
Properties:
1111
LayerName: !Ref LayerName
12-
CompatibleRuntimes: [nodejs12.x]
12+
CompatibleRuntimes: [nodejs14.x]
1313
ContentUri: dist/layer.zip
1414
LicenseInfo: Apache-2.0
1515
S3UploadCustomResourceLayerPermission:

0 commit comments

Comments
 (0)