diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8df532b..cf6eadd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm + # FIXME: uncomment 'Check npm audit' step after axios version bump # - name: Check npm audit # run: npm audit --production --audit-level=low