diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f8f858b6..894f4f2b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 @@ -61,7 +61,7 @@ jobs: strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 @@ -108,7 +108,7 @@ jobs: runs-on: macos-latest strategy: matrix: - node-version: [16, 18] + node-version: [18, 20] steps: - uses: actions/checkout@v3 diff --git a/.nvmrc b/.nvmrc index 3c032078..209e3ef4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20