Skip to content

Commit f295de6

Browse files
committed
fixed package.json
2 parents f5efd3c + 3d699b9 commit f295de6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [23.x, 18.x]
14+
node-version: [23.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -55,4 +55,4 @@ jobs:
5555
# uses: actions/upload-artifact@v3.1.3
5656
# with:
5757
# name: jest-log-${{ matrix.node-version }}
58-
# path: jest.log
58+
# path: jest.log

0 commit comments

Comments
 (0)