Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 9df5a64

Browse files
authored
ci: add Node.js 20 (#113)
1 parent 780c65d commit 9df5a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [macos-latest, ubuntu-latest, windows-latest]
9-
node: ['16', '18', '19']
9+
node: ['16', '18', '19', '20']
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)