Skip to content

Commit efdda1f

Browse files
committed
Remove Node.js 12, 14, and 16 support
1 parent a168d93 commit efdda1f

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
matrix:
3333
node-version:
3434
- 18
35-
- 16
3635
name: Node.js ${{ matrix.node-version }} Quick
3736
steps:
3837
- name: Checkout the repository
@@ -50,28 +49,3 @@ jobs:
5049
run: pnpm install --frozen-lockfile --ignore-scripts
5150
- name: Run unit tests
5251
run: pnpm unit
53-
old:
54-
runs-on: ubuntu-latest
55-
strategy:
56-
matrix:
57-
node-version:
58-
- 14
59-
- 12
60-
name: Node.js ${{ matrix.node-version }} Quick
61-
steps:
62-
- name: Checkout the repository
63-
uses: actions/checkout@v3
64-
- name: Install pnpm
65-
uses: pnpm/action-setup@v1
66-
with:
67-
version: 3
68-
env:
69-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
70-
- name: Install Node.js ${{ matrix.node-version }}
71-
uses: actions/setup-node@v3
72-
with:
73-
node-version: ${{ matrix.node-version }}
74-
- name: Install dependencies
75-
run: pnpm install --no-frozen-lockfile --ignore-scripts
76-
- name: Run unit tests
77-
run: pnpm unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"repository": "postcss/postcss-dark-theme-class",
2424
"engines": {
25-
"node": ">=12.0"
25+
"node": ">=18.0"
2626
},
2727
"funding": [
2828
{

0 commit comments

Comments
 (0)