Skip to content

Commit

Permalink
Updates pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
JDurstberger committed Feb 9, 2024
1 parent 427f6bc commit 902919a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: set node version
shell: bash
run: echo "NODE_VERSION=$(./scripts/tool-version.sh nodejs)" >> "$GITHUB_ENV"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion ci-scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -o pipefail

./go version:bump
./go lib:publish
pnpm publish

git push --all
git push --tags

0 comments on commit 902919a

Please sign in to comment.