Cloudflare Docs
Pages
View GitHub RSS feed
Visit Pages on GitHub
Set theme to dark (⇧+D)

Language support and tools

Cloudflare Pages’ build environment has broad support for a variety of languages, such as Ruby, Node.js, Python, PHP, and Go.

If you need to use a specific version of a language, (for example, Node.js or Ruby) you can specify it by providing an associated environment variable in your build configuration, or setting the relevant file in your source code.

In the following table, review the preinstalled versions for tools included in the Cloudflare Pages build environment, and how to override them as relevant:

Language Default version Supported versions Environment variable File
Clojure
Elixir 1.7 1.7 only
Erlang 21 21 only
Go 1.14.4 Any version GO_VERSION
Java 8 8 only
Node.js 12.18.0 Any version NODE_VERSION .nvmrc, .node-version
PHP 5.6 5.6, 7.2, 7.4 only PHP_VERSION
Python 2.7 2.7, 3.5, 3.7 only PYTHON_VERSION runtime.txt, Pipfile
Ruby 2.7.1 Any version between 2.6.2 and 2.7.5 RUBY_VERSION .ruby-version
Swift 5.2.5 Any 5.x version SWIFT_VERSION .swift-version
.NET 3.1.302
Language Default version Supported versions Environment variable File
Go 1.20.5 Any version GO_VERSION
Node.js 18.16.1 Any version NODE_VERSION .nvmrc, .node-version
Python 3.11.4 Any version PYTHON_VERSION .python-version, runtime.txt
Ruby 3.2.2 Any version RUBY_VERSION .ruby-version

Many common tools have been preinstalled in the Cloudflare Pages build environment. The environment variable available for overriding the preinstalled version is specified in the following table, as available:

Tool Default version Supported versions Environment variable
Boot 2.5.2 2.5.2
Bower
Cask
Composer
Doxygen 1.8.6
Emacs 25
Gutenberg (requires environment variable) Any version GUTENBERG_VERSION
Hugo 0.54.0 Any version HUGO_VERSION
GNU Make 3.8.1
ImageMagick 6.7.7
jq 1.5
Leiningen
OptiPNG 0.6.4
npm Corresponds with Node.js version Any version NPM_VERSION
pip Corresponds with Python version
Pipenv Latest version
sqlite3 3.11.0
Yarn 1.22.4 Any version from 0.2.0 to 1.22.19 YARN_VERSION
Zola (requires environment variable) Any version from 0.5.0 and up ZOLA_VERSION
Tool Default version Supported versions Environment variable
Bundler 2.4.10 Corresponds with Ruby version
Embedded Dart Sass 1.62.1 Any version EMBEDDED_DART_SASS_VERSION
gem 3.4.10 Corresponds with Ruby version
Hugo 0.115.1 Any version HUGO_VERSION
npm 9.5.1 Corresponds with Node.js version NPM_VERSION
pip 23.1.2 Corresponds with Python version
pipx 1.2.0
pnpm 8.6.6 Any version PNPM_VERSION
Poetry 1.5.1
Yarn 3.6.1 Any version YARN_VERSION

If you want to set a specific version of a framework your Cloudflare Pages project is using, note that Pages will respect your package manager of choice during your build process. For example, if you use Gatsby, your package.json should indicate a version of the gatsby npm package, which will be installed using npm install as your project builds on Cloudflare Pages.

​​ Build environment

Cloudflare Pages builds are run in a gVisor container.

Operating system Ubuntu 20.04.5
Architecture x86_64
Operating system Ubuntu 22.04.2
Architecture x86_64