Skip to content

Commit

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

Bump actions/setup-node from 4.1.0 to 4.2.0
  • Loading branch information
hombach authored Jan 27, 2025
2 parents e08473d + 2b93af9 commit f8eab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node_version: ["22", "20", "18"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node_version }}
- name: npm install, build and test
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit f8eab5a

Please sign in to comment.