Skip to content

Commit

Permalink
Merge pull request #34 from omergulen/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 1 to 4
  • Loading branch information
omergulen authored Aug 27, 2024
2 parents 59c751a + 726b02a commit f4b0500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install Dependencies
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Install Node v14
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install Dependencies
Expand Down

0 comments on commit f4b0500

Please sign in to comment.