Skip to content

Commit b885786

Browse files
committed
Update build-test.yml
1 parent e233563 commit b885786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
node-version: 21.x
2222
- run: npm install
23-
- run: grunt build
24-
- run: grunt test
23+
- run: npm run build
24+
- run: npm run test

0 commit comments

Comments
 (0)