Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
srart24 authored Oct 25, 2023
2 parents cd6f63d + 87658ea commit 45bc812
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm i
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 45bc812

Please sign in to comment.