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

Commit 81b0052

Browse files
committed
Run tests against Node 20
1 parent ffb3d2f commit 81b0052

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
node-version: [16, 18]
46+
node-version:
47+
- 16
48+
- 18
49+
- 20
4750
steps:
4851
- uses: actions/checkout@v3
4952
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)