diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d17b9fc..45883f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 20.x registry-url: https://registry.npmjs.org - run: npm publish --access public