Skip to content

Commit fcd1b3a

Browse files
authored
Merge pull request #1051 from dpobel/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents 8e5f773 + 3de3759 commit fcd1b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup Node.js environment
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v5
2222
with:
2323
node-version-file: .nvmrc
2424
cache: npm

0 commit comments

Comments
 (0)