Skip to content

Commit

Permalink
chore: Use correct node version for npm publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 29, 2024
1 parent 6a6f0f2 commit 35ddf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 18
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- name: Install Protoc
Expand Down

0 comments on commit 35ddf6c

Please sign in to comment.