Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Create npm-grunt.yml#308

Open
Maritant wants to merge 1 commit into
Mrtenz:mainfrom
Maritant:main
Open

Create npm-grunt.yml#308
Maritant wants to merge 1 commit into
Mrtenz:mainfrom
Maritant:main

Conversation

@Maritant

Copy link
Copy Markdown

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

@Maritant

Copy link
Copy Markdown
Author

Varmistan tilin olevan minun 13.5.2026

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant