Skip to content

Commit a138606

Browse files
committed
updated workflow
1 parent 020ac1d commit a138606

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: build & test
22
on:
33
push:
44
branches:
@@ -19,8 +19,6 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 21.x
22-
cache: 'npm'
2322
- run: npm install
24-
- run: npm -v
25-
- run: npm ci
26-
- run: npm t
23+
- run: grunt build
24+
- run: grunt test

0 commit comments

Comments
 (0)