Merge a0c0820078172a8383cd50620ea7647a8f2191e1 into eff380dfbcf941bf8832e4acb788cebe13dfd758

This commit is contained in:
JoftheV 2024-05-22 21:23:04 -05:00 committed by GitHub
commit 4852346f51
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@v4
- 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