Skip to content

Commit 269c9df

Browse files
authored
fix: Pages now ships with Node v12.18.0 by default (#1377)
1 parent 37e6acf commit 269c9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/pages/src/content/platform/build-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here are the pinned versions for tools included in the Cloudflare Workers build
5555
| Erlang | 21 | | |
5656
| Go | 1.12 | `GO_VERSION` | |
5757
| Java | 8 | | |
58-
| Node.js | 10 | `NODE_VERSION` | `.nvmrc`, `.node-version` |
58+
| Node.js | 12.18.0 | `NODE_VERSION` | `.nvmrc`, `.node-version` |
5959
| PHP | 5.6 | `PHP_VERSION` | |
6060
| Python | 2.7 | `PYTHON_VERSION` | `runtime.txt`, `Pipfile` |
6161
| Ruby | 2.6.2 | `RUBY_VERSION` | `.ruby-version` |

0 commit comments

Comments
 (0)