File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup Node
1515 uses : actions/setup-node@v3
1616 with :
17- node-version : 18
17+ node-version : 24
1818 cache : npm
1919 - name : Install Packages
2020 run : npm ci
Original file line number Diff line number Diff line change 1515 - name : Setup Node
1616 uses : actions/setup-node@v3
1717 with :
18- node-version : 18
18+ node-version : 24
1919 cache : npm
2020 - name : Install Packages
2121 run : npm ci
3333 - name : Setup Node
3434 uses : actions/setup-node@v3
3535 with :
36- node-version : 18
36+ node-version : 24
3737 cache : npm
3838 - name : Install Packages
3939 run : npm ci
5151 - name : Setup Node
5252 uses : actions/setup-node@v3
5353 with :
54- node-version : 18
54+ node-version : 24
5555 cache : npm
5656 - name : Install Packages
5757 run : npm ci
Original file line number Diff line number Diff line change 1414 - name : Setup Node
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 24
1818 cache : npm
1919 - name : Install Packages
2020 run : npm ci
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : gravity-ui/preview-build-action@v2
1212 with :
13- node-version : 18
13+ node-version : 24
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version : 24
1717 cache : npm
1818 - name : Install Packages
1919 run : npm ci
Original file line number Diff line number Diff line change 88 if : github.ref_protected != true
99 steps :
1010 - uses : actions/checkout@v4
11- - name : Setup Node 18
11+ - name : Setup Node
1212 uses : actions/setup-node@v3
1313 with :
14- node-version : 18
14+ node-version : 24
1515 registry-url : ' https://registry.npmjs.org'
1616 cache : ' npm'
1717 - run : npm ci
Original file line number Diff line number Diff line change 1515 with :
1616 github-token : ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1717 npm-token : ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
18- node-version : 18
18+ node-version : 24
1919 default-branch : ${{ github.ref_name != 'main' && github.ref_name || null }}
2020 npm-dist-tag : ${{ github.ref_name != 'main' && 'untagged' || 'latest' }}
2121 changelog-types : >
Original file line number Diff line number Diff line change 1- 18
1+ 24
You can’t perform that action at this time.
0 commit comments