Skip to content

Commit 7395bf0

Browse files
authored
Merge pull request #393 from node-oauth/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 4 to 6
2 parents c3913c9 + 4effdc9 commit 7395bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# version: 9 # Not needed if you've set "packageManager" in package.json
3636
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: 20
4141
cache: npm # or pnpm / yarn

0 commit comments

Comments
 (0)