Skip to content

Commit

Permalink
Merge pull request #172 from renoki-co/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-3.4.1

Bump actions/setup-node from 3.1.0 to 3.4.1
  • Loading branch information
rennokki authored Jul 20, 2022
2 parents c2bea28 + 85ee2a6 commit e974cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3.1.0
- uses: actions/setup-node@v3.4.1
name: Installing Node.js v${{ matrix.node }}
with:
node-version: ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3.1.0
- uses: actions/setup-node@v3.4.1
name: Installing Node.js v14.x
with:
node-version: 14.x
Expand Down

0 comments on commit e974cd0

Please sign in to comment.