Skip to content

Commit

Permalink
Merge pull request #125 from daliusd/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.1.0

Bump actions/setup-node from 4.0.4 to 4.1.0
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
2 parents 9c8ca75 + 341988e commit c688064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit c688064

Please sign in to comment.