Skip to content

Commit

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

Bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
hombach authored Sep 23, 2024
2 parents 2918804 + 0efc54d commit de19ece
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.3
- uses: actions/setup-node@v4.0.4
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.3
- uses: actions/setup-node@v4.0.4
with:
node-version: "20.x"
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit de19ece

Please sign in to comment.