Skip to content

Commit

Permalink
Use node 18 for staging npm publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Dec 18, 2024
1 parent 23d6b16 commit b4dbeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ jobs:
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- uses: pnpm/action-setup@v4

Expand Down

0 comments on commit b4dbeea

Please sign in to comment.