@@ -35,16 +35,13 @@ jobs:
3535 needs : check-changes
3636 runs-on : ubuntu-latest
3737 timeout-minutes : 20
38- strategy :
39- matrix :
40- node-version : [20.x]
4138 steps :
4239 - name : Checkout
4340 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44- - name : Use Node.js ${{ matrix.node-version }}
41+ - name : Use Node.js 24
4542 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4643 with :
47- node-version : ${{ matrix.node-version }}
44+ node-version : 24
4845 - name : Install Dependencies
4946 run : npm ci
5047 - name : Build the forge
@@ -79,16 +76,13 @@ jobs:
7976 -m 3GB
8077 ports :
8178 - 5432:5432
82- strategy :
83- matrix :
84- node-version : [20.x]
8579 steps :
8680 - name : Checkout
8781 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88- - name : Setup NodeJS ${{ matrix.node-version }}
82+ - name : Setup NodeJS 24
8983 uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9084 with :
91- node-version : ${{ matrix.node-version }}
85+ node-version : 24
9286 - name : Install Dependencies
9387 run : npm ci
9488 - name : Build the forge
@@ -140,7 +134,7 @@ jobs:
140134 - name : Install Dependencies
141135 run : npm ci
142136 - name : Run UI E2E (Cypress) Tests - OS
143- uses : cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
137+ uses : cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
144138 with :
145139 install : false
146140 config-file : config/cypress-os.config.js
@@ -151,7 +145,7 @@ jobs:
151145 SMTP_HOST : ' localhost'
152146 SMTP_PORT : ' 1025'
153147 SMTP_WEB_PORT : ' 8025'
154- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
148+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
155149 if : failure()
156150 with :
157151 name : os-cypress-output-${{ github.run_id }}-${{ github.run_number }}
@@ -180,7 +174,7 @@ jobs:
180174 - name : Install Dependencies
181175 run : npm ci
182176 - name : Run UI E2E (Cypress) Tests - EE
183- uses : cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
177+ uses : cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
184178 with :
185179 install : false
186180 config-file : config/cypress-ee.config.js
@@ -191,7 +185,7 @@ jobs:
191185 SMTP_HOST : ' localhost'
192186 SMTP_PORT : ' 1025'
193187 SMTP_WEB_PORT : ' 8025'
194- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
188+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
195189 if : failure()
196190 with :
197191 name : ee-cypress-output-${{ github.run_id }}-${{ github.run_number }}
0 commit comments