Skip to content

Commit

Permalink
Merge pull request #171 from n-thumann/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-3.4.0

Bump actions/setup-node from 3.3.0 to 3.4.0
  • Loading branch information
n-thumann authored Jul 13, 2022
2 parents 4e7ddb7 + ee01864 commit ade3632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Using Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.0
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
Expand Down

0 comments on commit ade3632

Please sign in to comment.