소스 검색

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

Antoine du Hamel 1 년 전
부모
커밋
3104f940c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

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

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