File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Setup Node.js environment
2525 uses : actions/setup-node@v6
2626 with :
27- node-version : ' 20 '
27+ node-version : ' 24 '
2828 cache : ' yarn'
2929
3030 - name : Turbo cache
4848
4949 - name : Publish to Chromatic
5050 if : ' !github.event.pull_request.head.repo.fork'
51- uses : chromaui/action@v13
51+ uses : chromaui/action@v15
5252 with :
5353 token : ${{ secrets.GITHUB_TOKEN }}
5454 projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change 2727 - name : Setup Node.js environment
2828 uses : actions/setup-node@v6
2929 with :
30- node-version : ' 20 '
30+ node-version : ' 24 '
3131 cache : yarn
3232
3333 - name : Turbo cache
Original file line number Diff line number Diff line change 2727 - name : Setup Node.js environment
2828 uses : actions/setup-node@v6
2929 with :
30- node-version : ' 20 '
30+ node-version : ' 24 '
3131 cache : yarn
3232
3333 - run : yarn install
Original file line number Diff line number Diff line change 2929 - name : Setup Node.js environment
3030 uses : actions/setup-node@v6
3131 with :
32- node-version : ' 20 '
32+ node-version : ' 24 '
3333 cache : ' yarn'
3434
3535 - name : Clean Up Disk Space
5858 with :
5959 run : yarn test:e2e
6060 options : ' -screen 0 1600x1200x24'
61- - uses : actions/upload-artifact@v6
61+ - uses : actions/upload-artifact@v7
6262 if : failure()
6363 with :
6464 name : screenshots
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 - name : Setup Node.js environment
3131 uses : actions/setup-node@v6
3232 with :
33- node-version : ' 20 '
33+ node-version : ' 24 '
3434 cache : ' yarn'
3535
3636 - run : yarn install
3737 - run : yarn build
3838
3939 - name : Upload VSIX
40- uses : actions/upload-artifact@v6
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : dvc.vsix
4343 path : ./extension/dvc.vsix
You can’t perform that action at this time.
0 commit comments