Skip to content

Commit

Permalink
Merge pull request #2 from The-Best-Codes/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4

build(deps): bump actions/setup-node from 2 to 4
  • Loading branch information
The-Best-Codes authored Jul 22, 2024
2 parents b1b5ab8 + db6398d commit 905069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.x"
registry-url: "https://registry.npmjs.org"
Expand Down

0 comments on commit 905069d

Please sign in to comment.