Skip to content

Commit d80e4d4

Browse files
committed
CDS 9
1 parent f874245 commit d80e4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [18, 20, 22]
20+
node-version: [20, 22]
2121
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2222

2323
name: test - node.js ${{ matrix.node-version }}

.github/workflows/main-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [18, 20, 22]
20+
node-version: [20, 22]
2121
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2222

2323
name: test - node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)