Skip to content

Commit

Permalink
ci: bump node version 16->18
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed authored Jan 9, 2025
1 parent 105e883 commit 9c9e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ steps.release.outputs.release_created }}
with:
node-version: '16.x'
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 9c9e5c7

Please sign in to comment.