Ver Fonte

meta: test with the latest versions of Node.js (#4729)

Antoine du Hamel há 1 ano atrás
pai
commit
0a97f8efb6
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      .github/workflows/ci.yml

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

@@ -34,8 +34,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        # todo put back?
-        node-version: [18.16.0, 20.x]
+        node-version: [18.x, 20.x]
     steps:
       - name: Checkout sources
         uses: actions/checkout@v3