diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f7597af6..83e58bf0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] os: [ubuntu-latest] steps: diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 4d3582e5..870d95e6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: