diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 21d7a07..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2.1 -jobs: - noop: - docker: - - image: alpine:3.11.3 - steps: - - run: exit 0 - -workflows: - build: - jobs: - - noop diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index ba1025d..fd8621c 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9d778d9..ecf3f8d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v4