Skip to content

Commit c38543c

Browse files
committed
fix: update node version
1 parent c70ee48 commit c38543c

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
fail-fast: false
1010
matrix:
11-
node: [16, 18]
11+
node: [18, 20]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)