File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 34
34
- 22
35
35
- 20
36
36
- 18
37
- - 16
38
37
name : Node.js ${{ matrix.node-version }} Quick
39
38
steps :
40
39
- name : Checkout the repository
52
51
run : pnpm install --frozen-lockfile --ignore-scripts
53
52
- name : Run unit tests
54
53
run : pnpm unit
55
- old :
56
- runs-on : ubuntu-latest
57
- strategy :
58
- matrix :
59
- node-version :
60
- - 14
61
- - 12
62
- name : Node.js ${{ matrix.node-version }} Quick
63
- steps :
64
- - name : Checkout the repository
65
- uses : actions/checkout@v4
66
- - name : Install pnpm
67
- uses : pnpm/action-setup@v1
68
- with :
69
- version : 3
70
- env :
71
- ACTIONS_ALLOW_UNSECURE_COMMANDS : true
72
- - name : Install Node.js ${{ matrix.node-version }}
73
- uses : actions/setup-node@v3
74
- with :
75
- node-version : ${{ matrix.node-version }}
76
- - name : Install dependencies
77
- run : pnpm install --frozen-lockfile --ignore-scripts
78
- - name : Run unit tests
79
- run : pnpm unit
Original file line number Diff line number Diff line change 30
30
}
31
31
],
32
32
"engines" : {
33
- "node" : " >=12 .0"
33
+ "node" : " >=18 .0"
34
34
},
35
35
"exports" : {
36
36
"." : {
You can’t perform that action at this time.
0 commit comments