Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
node_with_python_executor:
docker:
- image: cimg/node:14.20.1 # Cloud Functions Node.js 14 runtime is based on Node.js version 14.20.1
- image: cimg/node:20.16.0 # Cloud Functions Node.js 20 runtime is based on Node.js version 20.16.0
- image: cimg/python:3.9.6 # Glean requirement: https://mozilla.github.io/glean/book/user/adding-glean-to-your-project/javascript.html#requirements
# working_directory: /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Since this repository is private, CircleCI is not able to build from forks. As a

## Development

**Required node version**: 14.20.1
**Required node version**: 20

### Clean checkout
If you just cloned this repository, first you should install dependencies:
Expand Down
Loading