Skip to content

Commit 013abd3

Browse files
committed
Remove old Node.js 12, 14, 16
1 parent af0ed2a commit 013abd3

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.github/workflows/test.yml

-26
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,3 @@ jobs:
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": "postcss/postcss-nested",
2121
"engines": {
22-
"node": ">=12.0"
22+
"node": ">=18.0"
2323
},
2424
"funding": [
2525
{

0 commit comments

Comments
 (0)