Skip to content

Commit 77cf900

Browse files
Merge pull request #20 from rahulgithub-web/rahulgithub-web-patch-17
Update release.yml
2 parents 284d700 + 7e656f6 commit 77cf900

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
node-version: [18.x, 20.x, 22.x]
23+
node-version: [18.x, 20.x]
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -33,6 +33,4 @@ jobs:
3333

3434
- run: npm ci
3535
- run: npm run build --if-present
36-
37-
- run: npm test
3836
- run: npm run lint

0 commit comments

Comments
 (0)