Skip to content

Commit

Permalink
Merge pull request #549 from hombach/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
hombach authored Oct 27, 2024
2 parents bf22663 + 8ea05d4 commit fd9fbd0
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: ["20", "22", "18"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.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.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit fd9fbd0

Please sign in to comment.