Skip to content
Open
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
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
version: 2.1
orbs:
node: circleci/node@6.3.0
node: circleci/node@7.2.1

references:
executor: &executor
executor:
name: node/default
tag: lts
# Locked to Node 22.11 due to dependency incompatibility with LTS/Node 24
# See available tags: https://hub.docker.com/r/cimg/node/tags
# TODO: Update to LTS when dependencies are compatible
tag: '22.21'

workspace_root: &workspace_root ~/project

Expand Down
Loading