Skip to content

Commit 65e43f6

Browse files
⬆️ Bump actions/setup-node from 5 to 6 in /.github/actions/setup-node in the actions group (#161)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ju4tCode <[email protected]>
1 parent c639af1 commit 65e43f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-node/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ description: Setup Node
44
runs:
55
using: "composite"
66
steps:
7-
- uses: actions/setup-node@v5
7+
- uses: actions/setup-node@v6
88
with:
99
node-version: "16"
10+
cache: yarn
1011

1112
- id: yarn-cache-dir-path
1213
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)