Skip to content

Commit

Permalink
Merge pull request #615 from Gencaster/dependabot/github_actions/main…
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
capital-G authored Dec 5, 2023
2 parents e292554 + cd90c68 commit a903290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
cache: "npm"
Expand Down

0 comments on commit a903290

Please sign in to comment.