File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 runs-on : ubuntu-latest
11+
12+ permissions :
13+ # Write to "contents" is needed to create a release
14+ contents : write
15+ # Write to pull-requests is needed to create and update the release PR
16+ pull-requests : write
17+
1118 steps :
1219 # Create/update release PR
13- - uses : google-github-actions /release-please-action@v3
20+ - uses : googleapis /release-please-action@v4
1421 id : release
1522 with :
1623 # These are the necessary parameters for releasing multiple packages
2936
3037 - name : Setup Node.js
3138 if : steps.release.outputs.releases_created
32- uses : actions/setup-node@v1
39+ uses : actions/setup-node@v4
3340 with :
34- node-version : 16
41+ node-version : 22
3542 registry-url : ' https://registry.npmjs.org'
3643
3744 - name : Publish all changed packages
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 # Oldest supported LTS version through current LTS
18- node-version : [12 .x, 14 .x, 16 .x]
18+ node-version : [18 .x, 20 .x, 22 .x]
1919 # NOTE: Old versions aren't available for mac-arm64, so we use macos-13
2020 # (the last CI image based on x64 hardware)
2121 os : [macos-13, windows-latest, ubuntu-latest]
You can’t perform that action at this time.
0 commit comments