File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 pull_request :
7+ permissions :
8+ contents : read
79jobs :
810 full :
911 name : Node.js Latest Full
@@ -18,19 +20,18 @@ jobs:
1820 - name : Install Node.js
1921 uses : actions/setup-node@v3
2022 with :
21- node-version : 18
23+ node-version : 19
2224 cache : pnpm
2325 - name : Install dependencies
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 :
3232 matrix :
3333 node-version :
34+ - 18
3435 - 16
3536 - 14
3637 name : Node.js ${{ matrix.node-version }} Quick
5051 run : pnpm install --frozen-lockfile --ignore-scripts
5152 - name : Run unit tests
5253 run : pnpm unit
53- env :
54- FORCE_COLOR : 2
5554 old :
5655 runs-on : ubuntu-latest
5756 strategy :
7675 run : pnpm install --frozen-lockfile --ignore-scripts
7776 - name : Run unit tests
7877 run : pnpm unit
79- env :
80- FORCE_COLOR : 2
You can’t perform that action at this time.
0 commit comments