File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 - uses : actions/setup-node@v5
2727 with :
28- node-version : ' 22 '
28+ node-version : ' 24 '
2929 registry-url : ' https://registry.npmjs.org'
3030 scope : ' @vtbag'
3131 - run : npm install -g npm
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : 18
22+ node-version : 24
2323 - run : npm ci
2424 - name : Create Release Pull Request
2525 uses : changesets/action@v1
Original file line number Diff line number Diff line change 1717 - name : Setup Node
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : " 18 "
20+ node-version : " 24 "
2121 cache : npm
2222 cache-dependency-path : ./package-lock.json
2323
Original file line number Diff line number Diff line change 1919 - name : Setup Node
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : " 18 "
22+ node-version : " 24 "
2323 cache : npm
2424 cache-dependency-path : ./package-lock.json
2525
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ node_modules
22lib
33.astro
44dist
5- playwright-report
5+ playwright-report
6+ test-results
You can’t perform that action at this time.
0 commit comments