Minor config tweak

This commit is contained in:
Bret Comnes 2023-02-21 09:03:19 -07:00
parent 1b5bf0ef26
commit 18f7a05bdf
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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