Browse Source

meta: use latest Node.js version for tests (#4662)

Antoine du Hamel 1 year ago
parent
commit
3104f940c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -35,7 +35,7 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         # todo put back?
         # todo put back?
-        node-version: [16.x, 18.16.0, 20.4.0]
+        node-version: [18.16.0, 20.x]
     steps:
     steps:
       - name: Checkout sources
       - name: Checkout sources
         uses: actions/checkout@v3
         uses: actions/checkout@v3