diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3009d76..1f4a69036 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Node.js 10 is required by jQuery infra - node-version: [10.x, 16.x, 18.x] + node-version: [10.x, 18.x, 20.x] steps: - uses: actions/checkout@v4 |