PHP Classes

File: .github/workflows/webpack.yml

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Livraria   .github/workflows/webpack.yml   Download  
File: .github/workflows/webpack.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Livraria
Manage a bookstore using micro-services
Author: By
Last change:
Date: 2 months ago
Size: 479 bytes
 

Contents

Class file image Download
name: NodeJS with Webpack on: push: branches: [ "mvc" ] pull_request: branches: [ "mvc" ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Build run: | npm install npx webpack