diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3286c..bd832cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,17 +22,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - - name: Build - run: | - npm install - npm run build - env|sort - - - name: Env - shell: bash - run: | - env|sort - name: Import GPG private key uses: ./ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f05e70..0a07832 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,10 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Install - run: npm ci - - - name: Build - run: npm run build + run: npm install - name: Test run: npm run test diff --git a/CHANGELOG.md b/CHANGELOG.md index d6903ce..bf5704c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ * Configure and check committer email against GPG user address * Fix code transpilation (#9) -* Bump deps +* Update deps ## 1.0.0 (2020/05/04)