Skip to content

Commit 6a4b3af

Browse files
committed
👷 Drop node 14 from CI job and add node 20
1 parent 99d8ffb commit 6a4b3af

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
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12+
- "20"
1213
- "18"
1314
- "16"
14-
- "14"
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)