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