diff options
| -rw-r--r-- | .github/workflows/webpack.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml deleted file mode 100644 index d8bf90e..0000000 --- a/.github/workflows/webpack.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: webpack - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [10.x, 12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm build - run: | - npm ci - npm run build --if-present - env: - CI: true
\ No newline at end of file |
