Skip to content

Commit

Permalink
Merge pull request #10 from riyajath-ahamed/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
riyajath-ahamed authored May 6, 2024
2 parents 76fe237 + 8c21701 commit ecc66ea
Show file tree
Hide file tree
Showing 5 changed files with 908 additions and 58 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Webpack

on:
push:
branches: [ "beta", "release", "main" ]
pull_request:
branches: [ "beta", "release", "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# React Unique ID Generator
Loading

0 comments on commit ecc66ea

Please sign in to comment.