Skip to content

Commit ef988a4

Browse files
authored
Update npm-grunt.yml
1 parent 5671a87 commit ef988a4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/npm-grunt.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NodeJS with Grunt
1+
name: NodeJS with Gulp
22

33
on:
44
push:
@@ -12,17 +12,18 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x]
15+
node-versiodn: [18.x, 20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v3
2222
with:
23-
node-version: ${{ matrix.node-version }}
23+
node-version-file: "package.json"
24+
node-versdion: ${{ matrix.node-version }}
2425

2526
- name: Build
2627
run: |
2728
npm install
28-
grunt
29+
gulp

0 commit comments

Comments
 (0)