Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
bitwiseman authored Oct 28, 2023
2 parents a101b70 + f176cec commit 48c8ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/milestone-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 48c8ef4

Please sign in to comment.