Skip to content

Commit

Permalink
chore: update release-please action to use node 18 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed May 25, 2023
1 parent dd7c1e6 commit 9ce526e
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 @@ -18,7 +18,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
Expand Down

0 comments on commit 9ce526e

Please sign in to comment.