Skip to content

Commit 3efe0ed

Browse files
committed
bump Node.js version
1 parent 4df40d1 commit 3efe0ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
- name: yamlllint
1818
run: |
19-
pip install yamllint==1.24.2
19+
pip install yamllint==1.26.3
2020
yamllint module.yml && yamllint test/*.yml
2121
2222
- name: cfn-lint
2323
run: |
24-
pip install cfn-lint==0.34.0
24+
pip install cfn-lint==0.59.1
2525
cfn-lint -t module.yml && cfn-lint -t test/*.yml
2626
2727
- name: license

test/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Resources:
1818
Properties:
1919
Parameters:
2020
Handler: 'defaults.handler'
21-
Runtime: 'nodejs12.x'
21+
Runtime: 'nodejs16.x'
2222
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

test/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ava": "3.11.1",
66
"@cfn-modules/test": "0.7.3",
77
"@cfn-modules/lambda-event-source-kinesis-data-stream": "file:../",
8-
"@cfn-modules/lambda-function": "2.6.0",
8+
"@cfn-modules/lambda-function": "2.9.0",
99
"@cfn-modules/kinesis-data-stream": "0.1.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)