File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 3333 node-version :
3434 - 16
3535 - 14
36- - 12
3736 name : Node.js ${{ matrix.node-version }} Quick
3837 steps :
3938 - name : Checkout the repository
5352 run : pnpm unit
5453 env :
5554 FORCE_COLOR : 2
55+ old :
56+ runs-on : ubuntu-latest
57+ strategy :
58+ matrix :
59+ node-version :
60+ - 12
61+ name : Node.js ${{ matrix.node-version }} Quick
62+ steps :
63+ - name : Checkout the repository
64+ uses : actions/checkout@v3
65+ - name : Install pnpm
66+ uses : pnpm/action-setup@v1
67+ with :
68+ version : 3
69+ env :
70+ ACTIONS_ALLOW_UNSECURE_COMMANDS : true
71+ - name : Install Node.js ${{ matrix.node-version }}
72+ uses : actions/setup-node@v3
73+ with :
74+ node-version : ${{ matrix.node-version }}
75+ - name : Install dependencies
76+ run : pnpm install --frozen-lockfile --ignore-scripts
77+ - name : Run unit tests
78+ run : pnpm unit
79+ env :
80+ FORCE_COLOR : 2
You can’t perform that action at this time.
0 commit comments