Skip to content

Commit

Permalink
Merge pull request #89 from MeshAddicts/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

Bump actions/setup-node from 2 to 4
  • Loading branch information
kevinelliott authored Sep 6, 2024
2 parents 42c38f3 + 31b972c commit 8cf51b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "20.11.1"
- name: Enable yarn
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: "20.11.1"
- name: Enable yarn
Expand Down

0 comments on commit 8cf51b9

Please sign in to comment.