Skip to content

Commit 79a7e7b

Browse files
authored
feat: Upgrade whatsapp-web.js to v1.32.0 and fix build issues (#188)
* feat: Upgrade whatsapp-web.js to v1.32.0 and fix build issues * Update test.yaml Updated test matrix to use current LTS Node.js versions.
1 parent fddb90f commit 79a7e7b

File tree

5 files changed

+5326
-10766
lines changed

5 files changed

+5326
-10766
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@ on:
55
pull_request:
66

77
jobs:
8-
build:
8+
test:
99

1010
runs-on: ubuntu-latest
1111

1212
strategy:
1313
matrix:
14-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]
14+
node-version: [20.x, 22.x]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
18+
1819
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2021
with:
2122
node-version: ${{ matrix.node-version }}
23+
cache: 'npm'
24+
2225
- run: npm install
2326
- run: npm run build --if-present
24-
- run: npm test
27+
- run: npm test

0 commit comments

Comments
 (0)