Skip to content

Commit 85c3ce9

Browse files
committed
drop node 18.x from matrix
1 parent e6e1e7a commit 85c3ce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 22.x, 24.x]
12+
node-version: [20.x, 22.x, 24.x]
1313
outputs:
1414
child-workspace-package-names: ${{ steps.workspace-package-names.outputs.child-workspace-package-names }}
1515
steps:
@@ -140,7 +140,7 @@ jobs:
140140
needs: prepare
141141
strategy:
142142
matrix:
143-
node-version: [18.x, 20.x, 22.x]
143+
node-version: [20.x, 22.x]
144144
package-name: ${{ fromJson(needs.prepare.outputs.child-workspace-package-names) }}
145145
steps:
146146
- name: Checkout and setup environment

0 commit comments

Comments
 (0)