Skip to content

Commit d60fec8

Browse files
committed
chore: just support node.js v18
1 parent a6f675c commit d60fec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 1
1414
matrix:
15-
node-version: [16.x, 18.x]
15+
node-version: [18.x]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)