Skip to content

Commit 16c9c1d

Browse files
authored
Merge pull request #640 from bervProject/dependabot/github_actions/actions/setup-node-5
fix(deps): bump actions/setup-node from 4 to 5
2 parents 7c9b80c + df2c4f5 commit 16c9c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout 🛎
2121
uses: actions/checkout@v5
2222
- name: Setup node env 🏗
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: ${{ matrix.node }}
2626
- name: Get yarn cache directory path 🛠

0 commit comments

Comments
 (0)