Skip to content

Commit 6a2c686

Browse files
committed
run checks only for node version 22
1 parent 3ebf38f commit 6a2c686

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
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313
strategy:
1414
matrix:
15-
node_version: [18, 20, 22]
15+
node_version: [22]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: aboutbits/github-actions-node/setup-and-install@v3
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 10
3333
strategy:
3434
matrix:
35-
node_version: [18, 20, 22]
35+
node_version: [22]
3636
steps:
3737
- uses: actions/checkout@v5
3838
- uses: aboutbits/github-actions-node/setup-and-install@v3

0 commit comments

Comments
 (0)