Skip to content

Commit

Permalink
Merge pull request #373 from emibcn/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4.2.0

build(deps): bump actions/setup-node from 4.1.0 to 4.2.0
  • Loading branch information
emibcn authored Jan 28, 2025
2 parents c78ef16 + e5ca163 commit 9541978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: 14.x

Expand All @@ -163,7 +163,7 @@ jobs:
if: ${{ ( github.event_name == 'pull_request' && github.event.pull_request.merged == true ) || github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: 14.x

Expand Down

0 comments on commit 9541978

Please sign in to comment.