File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 git config --global user.name "GitHub CI"
1919 - uses : actions/setup-node@v3
2020 with :
21- node-version : ' 16 .x'
21+ node-version : ' 18 .x'
2222 # Get the changelog and write it out to a file so it can be used by the create-release step later
2323 - name : Get changelog
2424 env :
Original file line number Diff line number Diff line change 2626 - name : Use Node.js
2727 uses : actions/setup-node@v3
2828 with :
29- node-version : ' 16 .x'
29+ node-version : ' 18 .x'
3030 cache : ' npm'
3131
3232 - name : Cache node modules
Original file line number Diff line number Diff line change 2323 ref : ${{ github.event.inputs.ref }}
2424 - uses : actions/setup-node@v3
2525 with :
26- node-version : ' 16 .x'
26+ node-version : ' 18 .x'
2727 registry-url : ' https://registry.npmjs.org'
2828 - run : npm ci
2929 - run : npm run build
Original file line number Diff line number Diff line change 3434 fetch-depth : ' 0' # Need the history to properly select the canary version number
3535 - uses : actions/setup-node@v3
3636 with :
37- node-version : ' 16 .x'
37+ node-version : ' 18 .x'
3838 registry-url : ' https://registry.npmjs.org'
3939 - run : npm ci
4040 - run : npm run build
Original file line number Diff line number Diff line change 1515 ref : ${{ github.ref }}
1616 - uses : actions/setup-node@v3
1717 with :
18- node-version : ' 16 .x'
18+ node-version : ' 18 .x'
1919 registry-url : ' https://registry.npmjs.org'
2020 - run : npm ci
2121 - run : npm run build
Original file line number Diff line number Diff line change 2525 - name : Use Node.js
2626 uses : actions/setup-node@v3
2727 with :
28- node-version : ' 16 .x'
28+ node-version : ' 18 .x'
2929 cache : ' npm'
3030
3131 - name : Cache jest
Original file line number Diff line number Diff line change 1- v16.19 .0
1+ v18.13 .0
You can’t perform that action at this time.
0 commit comments