Skip to content

Owner #1

Merged
Maritant merged 3 commits into
Maritant:mainfrom
github:main
May 13, 2026
Merged

Owner #1
Maritant merged 3 commits into
Maritant:mainfrom
github:main

Conversation

@Maritant
Copy link
Copy Markdown
Owner

name: NodeJS with Grunt

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

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

jarombrown and others added 3 commits April 2, 2026 11:14
Updated the link to the bug bounty program scope.
Fix link to bug bounty program scope
@Maritant Maritant merged commit 4d1d287 into Maritant:main May 13, 2026
Copy link
Copy Markdown
Owner Author

@Maritant Maritant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@Maritant
Copy link
Copy Markdown
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants