Skip to content

Commit 94348ee

Browse files
committed
node 20 only
1 parent 1c4738d commit 94348ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10-
1110
strategy:
1211
matrix:
13-
node-version: [18.x, 20.x]
12+
node-version: [20.x]
1413

1514
steps:
1615
- name: Checkout code

0 commit comments

Comments
 (0)