Skip to content

Commit

Permalink
Merge pull request #134 from inway/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

actions(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
SPodjasek authored Jan 23, 2024
2 parents 835b77d + 403f62a commit c533d58
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 @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
Expand Down

0 comments on commit c533d58

Please sign in to comment.