Skip to content

Commit 6483b67

Browse files
author
Amin
committed
Merge remote-tracking branch 'origin/master'
2 parents 1622108 + 960ec99 commit 6483b67

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -26,4 +26,4 @@ jobs:
2626
run: |
2727
npm install
2828
npm test
29-
npm build
29+
npm run build

.github/workflows/tests.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)