Skip to content

Commit e7c80c3

Browse files
update min node version to 18
1 parent 58fd819 commit e7c80c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: ${{ matrix.versions == 'oldest' && '16' || '20' }}
31+
node-version: ${{ matrix.versions == 'oldest' && '18' || '20' }}
3232
- name: Print system information
3333
run: |
3434
echo "Linux release: "; cat /etc/issue
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setup Node
105105
uses: actions/setup-node@v4
106106
with:
107-
node-version: ${{ matrix.versions == 'oldest' && '16' || '20' }}
107+
node-version: ${{ matrix.versions == 'oldest' && '18' || '20' }}
108108
- name: Print system information
109109
run: |
110110
echo "Linux release: "; cat /etc/issue

.github/workflows/package-js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: ${{ matrix.versions == 'oldest' && '16' || '20' }}
23+
node-version: ${{ matrix.versions == 'oldest' && '18' || '20' }}
2424
- name: Print system information
2525
run: |
2626
echo "Linux release: "; cat /etc/issue

0 commit comments

Comments
 (0)