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 5151 run : pnpm install --ignore-scripts
5252 - name : Run unit tests
5353 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 1919 "license" : " MIT" ,
2020 "repository" : " postcss/postcss-nested" ,
2121 "engines" : {
22- "node" : " >=12 .0"
22+ "node" : " >=18 .0"
2323 },
2424 "funding" : [
2525 {
You can’t perform that action at this time.
0 commit comments