Skip to content

Commit 56ac4b4

Browse files
authored
chore: Update docker to use node 18. (#151)
To fix this releaser error when trying to release react sdk 3.3.0: ```bash stdout >> Installing typedoc stderr >> npm WARN EBADENGINE Unsupported engine { stderr >> npm WARN EBADENGINE package: '@testing-library/dom@10.1.0', stderr >> npm WARN EBADENGINE required: { node: '>=18' }, stderr >> npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } stderr >> npm WARN EBADENGINE } stderr >> npm WARN EBADENGINE Unsupported engine { stderr >> npm WARN EBADENGINE package: '@testing-library/react@15.0.7', stderr >> npm WARN EBADENGINE required: { node: '>=18' }, stderr >> npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } stderr >> npm WARN EBADENGINE } ```
1 parent fc4ff11 commit 56ac4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ldrelease/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
repo:
44
public: react-client-sdk
55
private: react-client-sdk-private
6-
6+
77
branches:
88
- name: main
99
description: 3.x
@@ -15,7 +15,7 @@ publications:
1515

1616
jobs:
1717
- docker:
18-
image: node:16-buster
18+
image: node:18-buster
1919
template:
2020
name: npm
2121

@@ -24,4 +24,4 @@ documentation:
2424
title: LaunchDarkly React SDK
2525

2626
sdk:
27-
displayName: "React"
27+
displayName: 'React'

0 commit comments

Comments
 (0)