Skip to content

Commit

Permalink
ci(deps): Bump actions/setup-node from 3.5.1 to 3.6.0 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 6, 2023
1 parent 5adbec7 commit b900852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
always-auth: true
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -90,7 +90,7 @@ jobs:
steps:
- id: npmrc
name: Setup .npmrc file
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
always-auth: true
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit b900852

Please sign in to comment.