From b89d172ec6838516acaaeed536dc59eb7381bb8c Mon Sep 17 00:00:00 2001 From: tommygun13456 <106402575+tommygun13456@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:10:53 -0400 Subject: [PATCH 1/3] 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 000000000..f34382f45 --- /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: [12.x, 14.x, 16.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 From 743d7bbd9dab4a769a8b31cfd4c1c5a31b21e981 Mon Sep 17 00:00:00 2001 From: tommygun13456 <106402575+tommygun13456@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:15:33 -0400 Subject: [PATCH 2/3] Create label.yml --- .github/workflows/label.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 000000000..a8a1bd725 --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,22 @@ +# This workflow will triage pull requests and apply a label based on the +# paths that are modified in the pull request. +# +# To use this workflow, you will need to set up a .github/labeler.yml +# file with configuration. For more information, see: +# https://github.com/actions/labeler + +name: Labeler +on: [pull_request] + +jobs: + label: + + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + + steps: + - uses: actions/labeler@v4 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" From b2dc74528667e2af6a47165bea80f42f32fd9dca Mon Sep 17 00:00:00 2001 From: tommygun13456 <106402575+tommygun13456@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:23:50 +0000 Subject: [PATCH 3/3] Update package.json --- subdomains/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdomains/www/package.json b/subdomains/www/package.json index f400a3ff1..00f41de6e 100644 --- a/subdomains/www/package.json +++ b/subdomains/www/package.json @@ -20,4 +20,4 @@ "engines": { "node": ">=12" } -} +}x