Skip to content

Commit 80ab7bf

Browse files
committed
chore(deps): Add node 20 support
1 parent 4e7392c commit 80ab7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
node-version: [ 18.x ]
11+
node-version: [ 18.x, 20.x ]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3

0 commit comments

Comments
 (0)