Skip to content

Commit

Permalink
Use actions/setup-node v4 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Mar 6, 2024
1 parent 5a4573e commit 52c94be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODEJS_VERSION }}
registry-url: ${{ env.RESHARE_NPM_REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODEJS_VERSION }}
registry-url: ${{ env.RESHARE_NPM_REGISTRY }}
Expand Down

0 comments on commit 52c94be

Please sign in to comment.