Skip to content

Commit 2cfc16f

Browse files
committedJun 18, 2022
Update node versions in CI environments (now 14-18)
1 parent 37c45b2 commit 2cfc16f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

Diff for: ‎.changeset/grand-groovy-gargoyle.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"simple-git": patch
3+
---
4+
5+
Update CI environments to run build and test in node v18, drop node v12 now out of life.

Diff for: ‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x, 16.x, 17.x]
17+
node-version: [14.x, 16.x, 18.x]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.