File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : 16
26+ node-version : 20
2727 cache : ' npm'
2828 - run : |
2929 npm ci
Original file line number Diff line number Diff line change 1414 bundler-cache : true
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 16
17+ node-version : 20
1818 cache : ' npm'
1919 - name : Create .gem credentials
2020 run : |
2828 RUBYGEMS_TOKEN : ${{ secrets.RUBYGEMS_TOKEN_SHARED }}
2929 - uses : actions/setup-node@v4
3030 with :
31- node-version : 16
31+ node-version : 20
3232 - name : Create .npmrc
3333 run : |
3434 cat << EOF > "$HOME/.npmrc"
Original file line number Diff line number Diff line change 2020 - name : Set up Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : 16
23+ node-version : 20
2424 cache : ' npm'
2525
2626 - name : Setup Ruby
Original file line number Diff line number Diff line change 2020 bundler-cache : true
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : 16
23+ node-version : 20
2424 cache : ' npm'
2525 - name : Build
2626 run : npm ci
You can’t perform that action at this time.
0 commit comments