From efdda1f67527f7dde8ac73cbe62e9bec489beb46 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sat, 12 Aug 2023 01:27:40 +0200 Subject: [PATCH] Remove Node.js 12, 14, and 16 support --- .github/workflows/test.yml | 26 -------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f883553..ec4feb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,6 @@ jobs: matrix: node-version: - 18 - - 16 name: Node.js ${{ matrix.node-version }} Quick steps: - name: Checkout the repository @@ -50,28 +49,3 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Run unit tests run: pnpm unit - old: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: - - 14 - - 12 - name: Node.js ${{ matrix.node-version }} Quick - steps: - - name: Checkout the repository - uses: actions/checkout@v3 - - name: Install pnpm - uses: pnpm/action-setup@v1 - with: - version: 3 - env: - ACTIONS_ALLOW_UNSECURE_COMMANDS: true - - name: Install Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - name: Install dependencies - run: pnpm install --no-frozen-lockfile --ignore-scripts - - name: Run unit tests - run: pnpm unit diff --git a/package.json b/package.json index 85485c2..002a071 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "license": "MIT", "repository": "postcss/postcss-dark-theme-class", "engines": { - "node": ">=12.0" + "node": ">=18.0" }, "funding": [ {