Skip to content

Commit f7a390d

Browse files
committed
fix(ci): [email protected] requires node >= 20
1 parent a1c33ca commit f7a390d

18 files changed

+18
-18
lines changed

.github/workflows/ci_test_core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/core
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_date-picker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/date-picker
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_layout.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/layout
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_list-loader.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/list-loader
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_message-box-dialog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/message-box-dialog
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_message-box.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/message-box
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_numeric-stepper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/numeric-stepper
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_overlay.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/overlay
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_search-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/search-container
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_sidenav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/sidenav
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_snackbar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/snackbar
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_splitter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/splitter
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_status.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/status
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_time-picker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/time-picker
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_tooltip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/tooltip
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_user-card.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/user-card
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_user-tooltip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/user-tooltip
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[18, 20]'
26+
node-versions: '[20, 22]'
2727
lint: true
2828
test: true

scripts/new-package/files/workspace/.github/workflows/ci_test__ciName__.yml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
working-directory: projects/<%= libName %>
2424
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
25-
node-versions: '[18, 20]'
25+
node-versions: '[20, 22]'
2626
lint: true
2727
test: true

0 commit comments

Comments
 (0)