Skip to content

Commit c3a6a12

Browse files
authored
Merge pull request #54 from kinde-oss/renovate/actions-setup-node-4.x
2 parents 72a19ed + 53e8170 commit c3a6a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
version: 8
2626
- name: Setting up Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: "pnpm"

0 commit comments

Comments
 (0)