Skip to content

Commit

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

chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0
  • Loading branch information
Apollon77 committed Aug 8, 2023
2 parents f25712f + 3a33407 commit 4edbeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 4edbeb6

Please sign in to comment.