Skip to content

Commit 869b8e8

Browse files
author
Deepak Kumar
committed
Update workflows: upgrade actions, Node.js versions, and transition to Playwright for browser tests - take 02
1 parent 2d1474d commit 869b8e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
version: [18, 20, 22]
14+
version: [20, 22, 24]
1515

1616
steps:
1717
- uses: actions/checkout@v4

bin/rx-stomp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm ci
1313
npm i ../../../stomp-stompjs-*.tgz
1414

1515
# Test
16-
npm run karma
16+
npm run test
1717

1818
# Pack
1919
npm pack

0 commit comments

Comments
 (0)