From fa1d75dc76ec3094f66fd0b656788b28132c61e7 Mon Sep 17 00:00:00 2001 From: Arthur Ming Date: Sat, 18 Nov 2023 21:46:31 +0800 Subject: [PATCH] ci: remove node 16 support --- .github/workflows/ci.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a47bb36..99e96b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f9b1c7e..02bdd3c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 20 - run: npm install - run: npm run lint ngx-pendo - run: npm run test-schematics @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm install - run: npm run build-pkg