Skip to content

Commit b69cd5e

Browse files
davidkaplanbitgollm-git
andcommitted
ci: update node versions in GitHub Actions workflow
Replace Node.js 14 with 20 in CI matrix configurations. Issue: BTC-2285 Co-authored-by: llm-git <[email protected]>
1 parent 4007821 commit b69cd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
node-version: [14, 16]
22+
node-version: [16, 20]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
steps:
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
node-version: [14, 16]
39+
node-version: [16, 20]
4040
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4141
services:
4242
regtest:

0 commit comments

Comments
 (0)