File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 33
33
node-version :
34
34
- 16
35
35
- 14
36
- - 12
37
36
name : Node.js ${{ matrix.node-version }} Quick
38
37
steps :
39
38
- name : Checkout the repository
53
52
run : pnpm unit
54
53
env :
55
54
FORCE_COLOR : 2
56
- old :
55
+ old12 :
56
+ runs-on : ubuntu-latest
57
+ name : Node.js 12 Quick
58
+ steps :
59
+ - name : Checkout the repository
60
+ uses : actions/checkout@v3
61
+ - name : Install pnpm
62
+ uses : pnpm/action-setup@v2
63
+ with :
64
+ version : " ^6.0.0"
65
+ - name : Install Node.js 10
66
+ uses : actions/setup-node@v3
67
+ with :
68
+ node-version : 12
69
+ - name : Install dependencies
70
+ run : pnpm install --frozen-lockfile --ignore-scripts
71
+ - name : Run unit tests
72
+ run : pnpm unit
73
+ env :
74
+ FORCE_COLOR : 2
75
+ old10 :
57
76
runs-on : ubuntu-latest
58
77
name : Node.js 10 Quick
59
78
steps :
You can’t perform that action at this time.
0 commit comments