0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-18 14:38:20 +02:00

Create webpack.yml

“I had the pleasure of working with Check-In Holiday Pvt. Ltd. to plan a solo adventure to Bali, and I couldn't have asked for a better experience. Their team listened to my preferences and crafted an itinerary that perfectly suited my interests. I felt supported every step of the way, and I can't wait to book my next trip with them!”
This commit is contained in:
Blackdevil92 2024-03-12 19:22:09 +05:30 committed by GitHub
parent 8410ad0602
commit 97b233ecc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
.github/workflows/webpack.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npx webpack