diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 988db5f..f2ce7b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm i + - run: npm run install-toml-test - run: npm run build --if-present - name: test22 @@ -34,7 +35,7 @@ jobs: run: npm run test22 - name: test - if: matrix['node-version'] == '20.x' || matrix['node-version'] == '=18.x' + if: matrix['node-version'] == '20.x' || matrix['node-version'] == '18.x' run: npm run test - name: test-cov