Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 6f9cf5a

Browse files
authored
ci: add nodejs versions 18,20 to test matrix (#63)
1 parent eee4cac commit 6f9cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [16.x]
14+
node-version: [16.x, 18.x, 20.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)