We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e4c8 commit c1cdb0aCopy full SHA for c1cdb0a
1 file changed
.github/workflows/test.yml
@@ -4,6 +4,8 @@ on:
4
branches:
5
- main
6
pull_request:
7
+permissions:
8
+ contents: read
9
jobs:
10
full:
11
name: Node.js Latest Full
@@ -24,8 +26,6 @@ jobs:
24
26
run: pnpm install --frozen-lockfile --ignore-scripts
25
27
- name: Run tests
28
run: pnpm test
- env:
- FORCE_COLOR: 2
29
short:
30
runs-on: ubuntu-latest
31
strategy:
@@ -51,5 +51,3 @@ jobs:
51
52
- name: Run unit tests
53
run: pnpm unit
54
55
0 commit comments