Skip to content

Commit

Permalink
Merge pull request #137 from CycloneDX/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-2.2.0

Bump actions/setup-node from 2.1.5 to 2.2.0
  • Loading branch information
coderpatros authored Jul 11, 2021
2 parents ee14d65 + 98f0b1b commit 48688a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.2.0
with:
node-version: 12.x

Expand Down

0 comments on commit 48688a7

Please sign in to comment.