Test under node 20

This commit is contained in:
C. Fuhrman 2025-01-26 13:30:06 -05:00
parent c55baed45c
commit 23ff2324ef

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- name: Install Dependencies, lint and Run Tests
run: |