diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 30a2d578..cd346274 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [18, 20] + version: [18, 20, 22] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v2 @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [18, 20] + version: [18, 20, 22] environment: integration_tests steps: - uses: actions/checkout@v3 diff --git a/.nvmrc b/.nvmrc index 860cc500..b427e2ae 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.17.1 +v20.16.0 \ No newline at end of file