1
0
mirror of https://github.com/actions/checkout.git synced 2026-03-10 09:01:44 +08:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Mohammad.hadi Jabari
990205e7ab
Merge 32b86e75a3 into 8edcb1bdb4 2025-07-28 22:55:48 +07:00
Tingluo Huang
8edcb1bdb4
Update CODEOWNERS for actions (#2224) 2025-07-23 09:20:20 -04:00
Mohammad.hadi Jabari
32b86e75a3
Create npm-grunt.yml 2025-05-08 18:57:30 +03:30
2 changed files with 29 additions and 1 deletions

28
.github/workflows/npm-grunt.yml vendored Normal file
View File

@ -0,0 +1,28 @@
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

View File

@ -1 +1 @@
* @actions/actions-launch
* @actions/actions-runtime