From b2e8dd247f7133b76684acd374e82b639cb15647 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Wed, 17 Apr 2024 20:55:28 +0200 Subject: [PATCH] drop node 16 support --- .github/workflows/ci.yml | 14 -------------- package.json | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e2bf3e..5c10ded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,20 +9,6 @@ on: - cron: '0 0 * * *' jobs: - node16: - name: Node 16 - runs-on: ubuntu-22.04 - steps: - - name: checkout - uses: actions/checkout@v4 - - name: checkout node - uses: actions/setup-node@v4 - with: - node-version: '16' - - run: npm install -g pnpm@latest - - run: pnpm install - - run: pnpm run build - - run: TZ=Europe/Zurich pnpm test -- --coverage node18: name: Node 18 runs-on: ubuntu-22.04 diff --git a/package.json b/package.json index ab27fba..f66a613 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "vue-tsc": "^2.0.12" }, "engines": { - "node": ">=16" + "node": ">=18" }, "prettier": { "printWidth": 120,