Commit 56ac4b4
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
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments