diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94c1bcc..a6f22ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/npm-deploy.yaml b/.github/workflows/npm-deploy.yaml index b814ac5..8d3b3f5 100644 --- a/.github/workflows/npm-deploy.yaml +++ b/.github/workflows/npm-deploy.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: install