Skip to content

Commit cf64da5

Browse files
committed
feat: test httpyac with more nodejs versions #379
1 parent 80ef2de commit cf64da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
language: ['javascript']
18+
node-version: [14.x, 16.x, 18.x, 19.x]
1819
runs-on: ${{ matrix.os }}
1920
steps:
2021
- name: Checkout
@@ -27,7 +28,7 @@ jobs:
2728
- name: Install Node.js
2829
uses: actions/setup-node@v2
2930
with:
30-
node-version: 16
31+
node-version: ${{ matrix.node-version }}
3132
- run: npm install
3233
- run: npm run lint
3334
- run: npm test -- --coverage --coverageProvider=v8

0 commit comments

Comments
 (0)