From 69a8976f5cab359da37375613ee033ab6baec453 Mon Sep 17 00:00:00 2001 From: Dave Conco <118613296+dconco@users.noreply.github.com> Date: Sun, 26 Nov 2023 14:54:58 +0100 Subject: [PATCH 1/2] Create webpack.yml --- .github/workflows/webpack.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/webpack.yml diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml new file mode 100644 index 0000000..b95c8ed --- /dev/null +++ b/.github/workflows/webpack.yml @@ -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 From 2b602f1364b4585f30d80615a27d081ad54ca387 Mon Sep 17 00:00:00 2001 From: Dave Conco <118613296+dconco@users.noreply.github.com> Date: Sun, 26 Nov 2023 14:58:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e69de29..5466145 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,2 @@ +# react-router-modal +This is a custom react router built to navigates between pages but in one page, just to change the components rendering to the web, and update it with new components