Skip to content

Commit 13de4d2

Browse files
committed
ci: use only Node.js 20 for building
1 parent 0cb9a16 commit 13de4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node-version: [20.x, 22.x]
13+
node-version: [20.x]
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515

1616
name: Build with ${{ matrix.node-version }}

0 commit comments

Comments
 (0)