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,