Skip to content

Commit 4aa5f06

Browse files
Bump actions/setup-node from 4 to 5 (#226)
1 parent 9f4b142 commit 4aa5f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

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

0 commit comments

Comments
 (0)