Skip to content

Add GitHub Actions workflow for Node.js with Webpack#21

Open
Lawrence Lucas Large (LukeLarge) wants to merge 1 commit into
mainfrom
LukeLarge-patch-1
Open

Add GitHub Actions workflow for Node.js with Webpack#21
Lawrence Lucas Large (LukeLarge) wants to merge 1 commit into
mainfrom
LukeLarge-patch-1

Conversation

@LukeLarge
Copy link
Copy Markdown

No description provided.

Signed-off-by: Lawrence Lucas Large <162439255+LukeLarge@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 10, 2026 09:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a GitHub Actions workflow to build the project with Webpack across a Node.js version matrix on pushes and pull requests targeting main.

Changes:

  • Introduces a new GitHub Actions workflow for Webpack builds
  • Runs CI on push/pull_request to main with Node.js 18/20/22
  • Installs dependencies and invokes Webpack in the CI job

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +18 to +28
- 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
Comment on lines +27 to +28
npm install
npx webpack
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants