Skip to content

Commit

Permalink
Deprecate Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsenhc authored Sep 5, 2024
1 parent b8a9d40 commit ac721ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ You can write functions in any of the following runtimes and execute them straig

- Node.js 20
- Node.js 18
- Node.js 16
- Python 3.12
- Python 3.11
- Python 3.10
Expand Down
1 change: 1 addition & 0 deletions src/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ abstract class Runtime

public const NODEJS_18 = 'nodejs18.x';

/** @deprecated */
public const NODEJS_16 = 'nodejs16.x';

/** @deprecated */
Expand Down

0 comments on commit ac721ad

Please sign in to comment.