Skip to content

Commit 76dcdbf

Browse files
committed
CI: specify FORCE_COLOR: 2
1 parent 8323c3a commit 76dcdbf

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [main]
88
workflow_dispatch:
99

10+
env:
11+
FORCE_COLOR: 2
12+
1013
jobs:
1114
build:
1215
runs-on: ubuntu-latest

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
release:
66
types: [published]
77

8+
env:
9+
FORCE_COLOR: 2
10+
811
jobs:
912
publish:
1013
# only allow on main or tags

0 commit comments

Comments
 (0)