Skip to content

Commit d3bcdca

Browse files
committed
merge / add new workflow
2 parents 99d9224 + 478fe49 commit d3bcdca

File tree

8 files changed

+608
-461
lines changed

8 files changed

+608
-461
lines changed

#logo.md#

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [22.x]
13+
node-version: [12.x, 22.x]
1414

1515
steps:
1616
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## 6.0.6
3+
4+
- refactor: replace chalk with smaller alternative by @webdiscus
5+
26
## 6.0.5
37

48
- Bun support - Fixes #5893 #5774 #5682 #5675 #5777

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
<div align="center">
22
<br/>
33

4-
<picture>
5-
<source
6-
srcset="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png"
7-
width=710px
8-
media="(prefers-color-scheme: light)"
9-
/>
10-
<source
11-
srcset="https://raw.githubusercontent.com/Unitech/pm2/development/pres/pm2-v4-dark-mode.png"
12-
width=710px
13-
media="(prefers-color-scheme: dark), (prefers-color-scheme: no-preference)"
14-
/>
15-
<img src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png" />
16-
</picture>
4+
![https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-logo-2.png](https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-logo-2.png)
175

186
<br/>
197
<br/>

bun.lock

Lines changed: 183 additions & 183 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)