Skip to content

Commit

Permalink
Merge pull request #43 from sjinks/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-3.3.0

Bump actions/setup-node from 3.2.0 to 3.3.0
  • Loading branch information
sjinks authored Jun 6, 2022
2 parents e78a6a7 + 1a0cedd commit 3fa2a68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Node.js environment
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}

- name: Set up Node.js environment
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- name: Set up Node.js environment
if: github.event.inputs[matrix.registry] == 'yes' || github.event_name == 'release'
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
registry-url: ${{ matrix.registry_url }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Node.js environment
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 3fa2a68

Please sign in to comment.