Skip to content

Commit

Permalink
try newer version of node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Oct 29, 2024
1 parent 366f1a5 commit 557a602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/shared/ghpr/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: composite
steps:
- name: Set up Node.js ${{ inputs.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/shared/npm/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: composite
steps:
- name: Set up Node.js ${{ inputs.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}

Expand Down

0 comments on commit 557a602

Please sign in to comment.