Skip to content

Commit

Permalink
chore: Update docker to use node 18. (#151)
Browse files Browse the repository at this point in the history
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/[email protected]',
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/[email protected]',
stderr >> npm WARN EBADENGINE   required: { node: '>=18' },
stderr >> npm WARN EBADENGINE   current: { node: 'v16.20.2', npm: '8.19.4' }
stderr >> npm WARN EBADENGINE }
```
  • Loading branch information
yusinto authored May 22, 2024
1 parent fc4ff11 commit 56ac4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ldrelease/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
repo:
public: react-client-sdk
private: react-client-sdk-private

branches:
- name: main
description: 3.x
Expand All @@ -15,7 +15,7 @@ publications:

jobs:
- docker:
image: node:16-buster
image: node:18-buster
template:
name: npm

Expand All @@ -24,4 +24,4 @@ documentation:
title: LaunchDarkly React SDK

sdk:
displayName: "React"
displayName: 'React'

0 comments on commit 56ac4b4

Please sign in to comment.