Skip to content

Commit

Permalink
Merge pull request #56 from pulumiverse/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
edmondshtogu authored Jul 15, 2024
2 parents de31996 + be57f50 commit 1d36fdb
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 @@ -89,7 +89,7 @@ jobs:

- name: Setup Node
if: ${{ matrix.language == 'nodejs' }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodeversion }}
registry-url: ${{ env.NPM_REGISTRY_URL }}
Expand Down

0 comments on commit 1d36fdb

Please sign in to comment.