diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08ca9fe..78277e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node_version: 14.16.0 + node-version: 14.16.0 - run: cd test - run: npm ci - run: npm run test-ci