diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 673bd33..be21cfc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [20.x, 21.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index be9461b..d3f5d35 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 20 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish