Skip to content

Commit 34b79b6

Browse files
Only test LTS and current versions of Node
Co-authored-by: Wes Cossick <[email protected]>
1 parent bd14f5c commit 34b79b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: [14.x, 16.x]
43+
node-version: [16.x, 18.x]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)