diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e27b7c6..6634bc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - name: NPM Setup run: | npm set registry "https://registry.npmjs.org/" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6408772..eb01b8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 14, 16, 18 ] + node: [ 16, 18, 20 ] steps: - uses: actions/checkout@v3