Skip to content

Commit 7b19d46

Browse files
authored
Merge pull request #54 from kinde-oss/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 071df6f + c5811c0 commit 7b19d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: 8
2020
- name: Setting up Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: "pnpm"

0 commit comments

Comments
 (0)