@@ -24,11 +24,11 @@ jobs:
2424 steps :
2525 - name : Checkout code
2626 uses : actions/checkout@v4
27- - name : Set up Node.js 18
27+ - name : Set up Node.js
2828 uses : actions/setup-node@v4
2929 id : yarn-cache
3030 with :
31- node-version : 18
31+ node-version : ' 24.x '
3232 cache : yarn
3333 - if : steps.yarn-cache.outputs.cache-hit != 'true'
3434 run : yarn install --frozen-lockfile
@@ -41,10 +41,10 @@ jobs:
4141 steps :
4242 - name : Checkout code
4343 uses : actions/checkout@v4
44- - name : Set up Node.js 18
44+ - name : Set up Node.js
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : ' 18 .x'
47+ node-version : ' 24 .x'
4848 cache : yarn
4949 - name : Install dependencies
5050 run : yarn install --frozen-lockfile
@@ -64,10 +64,10 @@ jobs:
6464 steps :
6565 - name : Checkout code
6666 uses : actions/checkout@v4
67- - name : Set up Node.js 18
67+ - name : Set up Node.js
6868 uses : actions/setup-node@v4
6969 with :
70- node-version : ' 18 .x'
70+ node-version : ' 24 .x'
7171 cache : yarn
7272 - name : Install dependencies
7373 run : yarn install --frozen-lockfile
8888 needs : [playwright-prepare]
8989 runs-on : ubuntu-latest
9090 container :
91- image : mcr.microsoft.com/playwright:v1.46 .1-noble
91+ image : mcr.microsoft.com/playwright:v1.56 .1-noble
9292 options : --user 1001
9393 strategy :
9494 fail-fast : false
@@ -98,10 +98,10 @@ jobs:
9898 steps :
9999 - name : Checkout code
100100 uses : actions/checkout@v4
101- - name : Set up Node.js 18
101+ - name : Set up Node.js
102102 uses : actions/setup-node@v4
103103 with :
104- node-version : ' 18 .x'
104+ node-version : ' 24 .x'
105105 cache : yarn
106106 - uses : actions/download-artifact@v4
107107 - run : mv ./builds-for-playwright/build ./build
0 commit comments