Minor config tweak

This commit is contained in:
Bret Comnes
2023-02-21 09:03:19 -07:00
parent 1b5bf0ef26
commit 18f7a05bdf
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
- master
env:
FORCE_COLOR: 2
FORCE_COLOR: 1
node_version: 16
concurrency: # prevent concurrent deploys doing starnge things

View File

@@ -9,7 +9,7 @@ on:
env:
node_version: 16
FORCE_COLOR: 2
FORCE_COLOR: 1
concurrency: # prevent concurrent releases
group: npm-bump

View File

@@ -3,7 +3,7 @@ name: tests
on: [push, pull_request]
env:
FORCE_COLOR: 2
FORCE_COLOR: 1
jobs:
test: