Skip to content

Commit cb99de9

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 89d6e4b commit cb99de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wiby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
ref: ${{ github.event.pull_request.head.ref }}
7575

7676
- name: Prepare Node.js
77-
uses: actions/setup-node@v2
77+
uses: actions/setup-node@v4
7878
with:
7979
node-version: ${{ env.WIBY_NODE_VERSION }}
8080

@@ -149,7 +149,7 @@ jobs:
149149
ref: ${{ github.event.pull_request.head.ref }}
150150

151151
- name: Prepare Node.js
152-
uses: actions/setup-node@v2
152+
uses: actions/setup-node@v4
153153
with:
154154
node-version: ${{ env.WIBY_NODE_VERSION }}
155155

0 commit comments

Comments
 (0)