Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit b1bcb7a

Browse files
authored
chore: add node 20 to github actions matrix (#920)
1 parent 8eb21a2 commit b1bcb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node: [14, 16, 18]
19+
node: [14, 16, 18, 20]
2020
steps:
2121
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2222
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)