Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add GitHub Actions workflow for NodeJS with Webpack#41909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sellopale53mercor-web wants to merge3 commits intogithub:main
base:main
Choose a base branch
Loading
fromsellopale53mercor-web:main

Conversation

@sellopale53mercor-web
Copy link

@sellopale53mercor-websellopale53mercor-web commentedDec 17, 2025
edited
Loading

name: NodeJS with Webpack

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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 Commit changes

Why:

Closes:

What's being changed (if available, include any code snippets, screenshots, or gifs):

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meetthe docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

name: NodeJS with Webpackon:  push:    branches: [ "main" ]  pull_request:    branches: [ "main" ]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 webpackCommit changes
@github-actionsgithub-actionsbot added the triageDo not begin working on this issue until triaged by the team labelDec 17, 2025
@github-actions
Copy link
Contributor

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • .github/workflows/webpack.yml

You'll need to revert all of the files you changed that match that list usingGitHub Desktop orgit checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process.:octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmattertype: rai orcontentType: rai.

1 similar comment
@github-actions
Copy link
Contributor

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • .github/workflows/webpack.yml

You'll need to revert all of the files you changed that match that list usingGitHub Desktop orgit checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process.:octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmattertype: rai orcontentType: rai.

@github-actions
Copy link
Contributor

github-actionsbot commentedDec 17, 2025
edited
Loading

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

This pull request contains code changes, so we will not generate a table of review links.

🤖 This comment isautomatically generated.

@github-actions
Copy link
Contributor

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • .github/workflows/webpack.yml

You'll need to revert all of the files you changed that match that list usingGitHub Desktop orgit checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process.:octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmattertype: rai orcontentType: rai.

@sellopale53mercor-websellopale53mercor-web marked this pull request as draftDecember 17, 2025 19:22
@sellopale53mercor-websellopale53mercor-web marked this pull request as ready for reviewDecember 17, 2025 19:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

triageDo not begin working on this issue until triaged by the team

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@sellopale53mercor-web

[8]ページ先頭

©2009-2025 Movatter.jp