File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 22
17+ node-version : 24
1818 registry-url : " https://registry.npmjs.org"
1919
2020 - name : Configure Git
Original file line number Diff line number Diff line change 6666 uses : ./.github/actions/npm-setup
6767 with :
6868 runner : ubuntu-22.04
69- node-version : 22 .x
69+ node-version : 24 .x
7070 workspace : " ${{ matrix.module }}"
7171 - name : Code linting
7272 env :
8383 fail-fast : true
8484 matrix :
8585 runner : [ubuntu-22.04]
86- node-version : [18.x, 20.x, 22.x]
86+ node-version : [18.x, 20.x, 22.x, 24.x ]
8787 runs-on : ${{ matrix.runner }}
8888 steps :
8989 - name : Code checkout
@@ -116,7 +116,7 @@ jobs:
116116 fail-fast : false
117117 matrix :
118118 module : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
119- node-version : [18.x, 20.x, 22.x]
119+ node-version : [18.x, 20.x, 22.x, 24.x ]
120120 uses : ./.github/workflows/test-template.yml
121121 with :
122122 runner : ubuntu-22.04
@@ -136,7 +136,7 @@ jobs:
136136 fail-fast : false
137137 matrix :
138138 module : ${{ fromJSON(needs.detect-modules.outputs.modules) }}
139- node-version : [18.x, 20.x, 22.x]
139+ node-version : [18.x, 20.x, 22.x, 24.x ]
140140 uses : ./.github/workflows/test-template.yml
141141 with :
142142 runner : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments