From 0d856b007494d6e3cc7f4fb28fb6c761756ca570 Mon Sep 17 00:00:00 2001 From: nemo-shen Date: Wed, 15 Dec 2021 01:07:21 +0800 Subject: [PATCH] build(ci): restore test.yml --- .github/workflows/test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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