Skip to content

Commit ffa68e6

Browse files
authored
chore(ci): Add nodejs 20 and remove support for 16 (#26)
1 parent 10b9c72 commit ffa68e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [16, 18]
14+
node-version: [18, 20]
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)