Skip to content

Commit cc38756

Browse files
authored
chore: add Node 20 in CI (#456)
1 parent bfd8a29 commit cc38756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
os: [ubuntu-latest]
3838
eslint: [7, 8]
39-
node: [14, 16, 17, 18]
39+
node: [14, 16, 17, 18, 20]
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)