From 4501803d3af653c26ceb028f67db315de89bc6ac Mon Sep 17 00:00:00 2001 From: Creole Coin <93500062+CreoleCoin@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:38:09 -0500 Subject: [PATCH 1/2] Create Creolecoin --- .github/Creolecoin | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/Creolecoin diff --git a/.github/Creolecoin b/.github/Creolecoin new file mode 100644 index 00000000..7cf32f6a --- /dev/null +++ b/.github/Creolecoin @@ -0,0 +1 @@ +Creolecoin \ No newline at end of file From d2fd9bc6a4a99f71cff3fbb2c061d2f14d6e433a Mon Sep 17 00:00:00 2001 From: Creole Coin <93500062+CreoleCoin@users.noreply.github.com> Date: Wed, 26 Mar 2025 23:17:36 -0500 Subject: [PATCH 2/2] Create npm-grunt.yml --- .github/workflows/npm-grunt.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/npm-grunt.yml diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml new file mode 100644 index 00000000..49b1d1a6 --- /dev/null +++ b/.github/workflows/npm-grunt.yml @@ -0,0 +1,28 @@ +name: NodeJS with Grunt + +on: + push: + branches: [ "mintme-integration" ] + pull_request: + branches: [ "mintme-integration" ] + +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 + grunt