Skip to content

Commit ad23b6c

Browse files
committed
Run tests on LTS and current node versions
1 parent 7a1f346 commit ad23b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x, 14.x, 16.x]
18+
node-version: [16.x, 18.x]
1919
redis-version: [4, 5, 6]
2020

2121
steps:
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
redis-version: ${{ matrix.redis-version }}
3232

33-
- run: yarn install
33+
- run: npm install
3434

35-
- run: yarn run test
35+
- run: npm run test

0 commit comments

Comments
 (0)