diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e95ba930..09842dc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,17 +23,11 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '14.16.1' + node-version: '14.x' - name: Install dependencies uses: bahmutov/npm-install@v1 - - name: Export yarn.lock - run: cat yarn.lock - - - name: Export gst - run: git status - - name: Run test cases run: npm test