Skip to content

Commit 3d6779f

Browse files
committed
Cleanup
1 parent 4e0b037 commit 3d6779f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ The following table lists the release version of this repo together with the ver
6868
| 1.1.0 | 0.27.0 | 8.10.5 | 1.10.0 | 1.1.0 | 1.0.8 | 12 |
6969
| 1.2.0 | 0.28.2 | 8.10.6 | 1.12.0 | 1.2.0 | 1.0.8 | 12 |
7070
| 2.0.0 | 0.29.1 | 8.11.3 | 1.12.0 | 1.2.1 | 1.0.8 | 14 |
71+
| 3.0.0 | 0.30.7 | 8.12.2 | 1.12.0 | 1.2.4 | 1.0.8 | 16 |
7172

7273
### CompatibleRuntimes
7374
- `nodejs12.x` (v1.x)
7475
- `nodejs14.x` (v2.x)
76+
- `nodejs16.x` (v3.x)
7577

7678

7779
## Contributions

examples/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "Andreas Zoellner",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=14.0"
12+
"node": ">=16.0"
1313
}
1414
}

template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Resources:
2525
ContentUri: ./layer/
2626
CompatibleRuntimes:
2727
- nodejs14.x
28+
- nodejs16.x
2829
LicenseInfo: 'MIT'
2930
RetentionPolicy: Retain
3031
Metadata:

0 commit comments

Comments
 (0)