Skip to content

Commit

Permalink
Merge pull request #16 from Satisfactory-KMods/renovate/actions-setup…
Browse files Browse the repository at this point in the history
…-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
Kyri123 committed Feb 24, 2024
2 parents 90bd051 + 987517c commit 087a28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down

0 comments on commit 087a28c

Please sign in to comment.