File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 matrix :
1616 node-version : [20.x]
1717 steps :
18- - uses : actions/checkout@v5
19- - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v5
21- with :
22- node-version : ${{ matrix.node-version }}
23- - run : npm i --force
24- env :
25- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : true
26- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
27- - run : npm run def
28- - run : npm run dtslint
18+ - uses : actions/checkout@v5
19+ - name : Use Node.js ${{ matrix.node-version }}
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : ${{ matrix.node-version }}
23+ - run : npm i --force
24+ env :
25+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : true
26+ PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
27+ - run : npm run def
28+ - run : npm run dtslint
Original file line number Diff line number Diff line change 2323 node-version : [20.x]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v4
2929 with :
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - run : docker run --net=host -d --shm-size=2g selenium/standalone-chrome:4.27
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Use Node.js ${{ matrix.node-version }}
2828 uses : actions/setup-node@v5
2929 with :
You can’t perform that action at this time.
0 commit comments