File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
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
55
54
FORCE_COLOR : 2
56
55
old :
57
56
runs-on : ubuntu-latest
58
- name : Node.js 10 Quick
57
+ strategy :
58
+ matrix :
59
+ node-version :
60
+ - 12
61
+ name : Node.js ${{ matrix.node-version }} Quick
59
62
steps :
60
63
- name : Checkout the repository
61
64
uses : actions/checkout@v3
@@ -65,10 +68,10 @@ jobs:
65
68
version : 3
66
69
env :
67
70
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
68
- - name : Install Node.js 10
71
+ - name : Install Node.js ${{ matrix.node-version }}
69
72
uses : actions/setup-node@v3
70
73
with :
71
- node-version : 10
74
+ node-version : ${{ matrix.node-version }}
72
75
- name : Install dependencies
73
76
run : pnpm install --frozen-lockfile --ignore-scripts
74
77
- name : Run unit tests
You can’t perform that action at this time.
0 commit comments