Skip to content

Commit 8e6e17d

Browse files
authored
Merge pull request #44 from privy-open-source/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 8de7f09 + c6c7222 commit 8e6e17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
${{ runner.os }}-yarn-
7575
7676
- name: Use Node.js ${{ matrix.node-version }}
77-
uses: actions/setup-node@v3
77+
uses: actions/setup-node@v4
7878
with:
7979
node-version: ${{ matrix.node-version }}
8080
cache: "yarn"

0 commit comments

Comments
 (0)