Skip to content

Commit c1cdb0a

Browse files
committed
Update CI config
1 parent 551e4c8 commit c1cdb0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
pull_request:
7+
permissions:
8+
contents: read
79
jobs:
810
full:
911
name: Node.js Latest Full
@@ -24,8 +26,6 @@ jobs:
2426
run: pnpm install --frozen-lockfile --ignore-scripts
2527
- name: Run tests
2628
run: pnpm test
27-
env:
28-
FORCE_COLOR: 2
2929
short:
3030
runs-on: ubuntu-latest
3131
strategy:
@@ -51,5 +51,3 @@ jobs:
5151
run: pnpm install --frozen-lockfile --ignore-scripts
5252
- name: Run unit tests
5353
run: pnpm unit
54-
env:
55-
FORCE_COLOR: 2

0 commit comments

Comments
 (0)