浏览代码

Update nodejs.yml

MarkusRost 4 年之前
父节点
当前提交
aa679f0794
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/nodejs.yml

+ 3 - 3
.github/workflows/nodejs.yml

@@ -7,9 +7,6 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        node-version: [14.x]
     services:
       postgres:
         image: postgres
@@ -22,6 +19,9 @@ jobs:
           --health-retries 5
         ports:
           - 5432:5432
+    strategy:
+      matrix:
+        node-version: [14.x]
     steps:
     - uses: actions/checkout@v2
     - name: Use Node.js ${{ matrix.node-version }}