Skip to content

Commit

Permalink
ci: use newer release-please-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 9, 2024
1 parent 081519b commit 9a2de16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
- uses: googleapis/release-please-action@v3.7.13
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -20,10 +20,10 @@ jobs:
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}

- name: Use Node 12
- name: Use Node 20
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
if: ${{ steps.release.outputs.release_created }}

- name: Install dependencies
Expand Down

0 comments on commit 9a2de16

Please sign in to comment.