From 0547e2923651ed6a3506c09b896b9923a811a1db Mon Sep 17 00:00:00 2001 From: SpectruM <154016645+gdamiaN538@users.noreply.github.com> Date: Fri, 2 Feb 2024 05:33:44 -0600 Subject: [PATCH 1/2] Create README.md # * --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ + From ac598c5c786b6ab1812b091be2e1ed6a2aabc522 Mon Sep 17 00:00:00 2001 From: SpectruM <154016645+gdamiaN538@users.noreply.github.com> Date: Fri, 2 Feb 2024 05:41:45 -0600 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 0000000..7e813aa --- /dev/null +++ b/.github/workflows/npm-grunt.yml @@ -0,0 +1,28 @@ +name: NodeJS with Grunt + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +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 + grunt