File tree 2 files changed +1
-27
lines changed
2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 51
51
run : pnpm install --ignore-scripts
52
52
- name : Run unit tests
53
53
run : pnpm unit
54
- old :
55
- runs-on : ubuntu-latest
56
- strategy :
57
- matrix :
58
- node-version :
59
- - 16
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@v2
68
- with :
69
- version : 6
70
- env :
71
- ACTIONS_ALLOW_UNSECURE_COMMANDS : true
72
- - name : Install Node.js ${{ matrix.node-version }}
73
- uses : actions/setup-node@v4
74
- with :
75
- node-version : ${{ matrix.node-version }}
76
- - name : Install dependencies
77
- run : pnpm install --no-frozen-lockfile --ignore-scripts
78
- - name : Run unit tests
79
- run : pnpm unit
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"repository" : " postcss/postcss-nested" ,
21
21
"engines" : {
22
- "node" : " >=12 .0"
22
+ "node" : " >=18 .0"
23
23
},
24
24
"funding" : [
25
25
{
You can’t perform that action at this time.
0 commit comments