@@ -205,19 +205,19 @@ jobs:
205205 runs-on : ${{matrix.os}}
206206 strategy :
207207 matrix :
208- node-version : [20.x, 22.x, 24.5] # TODO - 24.5 should be replaced by latest, once we understand why snippets.spec.mjs started to fail with 24.6.0
208+ node-version : [20.x, 22.x, 24.x, latest]
209209 os : ['ubuntu-latest']
210210 shard : ['1/1']
211211 include :
212- - node-version : 22 .x
212+ - node-version : 24 .x
213213 os : ' macos-latest'
214214 shard : ' 1/1'
215- # - node-version: 22 .x
216- # os: 'windows-latest'
217- # shard: '1/2'
218- # - node-version: 22 .x
219- # os: 'windows-latest'
220- # shard: '2/2'
215+ - node-version : 24 .x
216+ os : ' windows-latest'
217+ shard : ' 1/2'
218+ - node-version : 24 .x
219+ os : ' windows-latest'
220+ shard : ' 2/2'
221221 env :
222222 ENABLE_COVERAGE : ${{ matrix.os == 'macos-latest' }}
223223 SKIP_EXPENSIVE : ${{ matrix.os == 'windows-latest' }}
@@ -519,8 +519,6 @@ jobs:
519519 node-version : ' 24.x'
520520 registry-url : ' https://registry.npmjs.org'
521521 check-latest : true
522- - name : Update npm
523- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
524522 - name : Download production packages
525523 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
526524 with :
@@ -572,8 +570,6 @@ jobs:
572570 node-version : ' 24.x'
573571 registry-url : ' https://registry.npmjs.org'
574572 check-latest : true
575- - name : Update npm
576- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
577573 - name : Download production packages
578574 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
579575 with :
@@ -625,8 +621,6 @@ jobs:
625621 node-version : ' 24.x'
626622 registry-url : ' https://registry.npmjs.org'
627623 check-latest : true
628- - name : Update npm
629- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
630624 - name : Download production packages
631625 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
632626 with :
@@ -678,8 +672,6 @@ jobs:
678672 node-version : ' 24.x'
679673 registry-url : ' https://registry.npmjs.org'
680674 check-latest : true
681- - name : Update npm
682- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
683675 - name : Download production packages
684676 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
685677 with :
@@ -731,8 +723,6 @@ jobs:
731723 node-version : ' 24.x'
732724 registry-url : ' https://registry.npmjs.org'
733725 check-latest : true
734- - name : Update npm
735- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
736726 - name : Download production packages
737727 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
738728 with :
@@ -784,8 +774,6 @@ jobs:
784774 node-version : ' 24.x'
785775 registry-url : ' https://registry.npmjs.org'
786776 check-latest : true
787- - name : Update npm
788- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
789777 - name : Download production packages
790778 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
791779 with :
@@ -837,8 +825,6 @@ jobs:
837825 node-version : ' 24.x'
838826 registry-url : ' https://registry.npmjs.org'
839827 check-latest : true
840- - name : Update npm
841- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
842828 - name : Download production packages
843829 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
844830 with :
@@ -890,8 +876,6 @@ jobs:
890876 node-version : ' 24.x'
891877 registry-url : ' https://registry.npmjs.org'
892878 check-latest : true
893- - name : Update npm
894- run : npm install -g npm@latest # TODO - To be dropped once npm 11.5.1 or later becomes the default
895879 - name : Download production packages
896880 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
897881 with :
0 commit comments