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