Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell authored Nov 15, 2023
1 parent d6b0320 commit c70d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
node-version: [21.x 20.x, 18.x]
node-version: [21.x, 20.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down

0 comments on commit c70d565

Please sign in to comment.