From 4be5e96caf28974db1f104fba8f51b76787ceb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A7=DA=A9=D8=A8=D8=B1=D9=81=D8=B1=D9=87=D9=85=D9=86?= =?UTF-8?q?=D8=AF?= <137598362+farahmandakbar26@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:30:15 +0330 Subject: [PATCH] Create webpack.yml https://github.com/farahmandakbar26/nodejs/compare/main...farahmandakbar26-patch-1?quick_pull=1 --- .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 00000000000..8b797d59dbe --- /dev/null +++ b/.github/workflows/webpack.yml @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "development" ] + pull_request: + branches: [ "development" ] + +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: github.dev/farahmandakbar26/farahmandakbar26 + npm install + npx webpack