Skip to content

Commit 797e8a5

Browse files
committed
fix: node 18 rip
1 parent 05cc3c9 commit 797e8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
max-parallel: 1
2121
matrix:
22-
node-version: [18, 20]
22+
node-version: [20]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)