Skip to content

Commit 5837e06

Browse files
authored
Merge pull request #109 from Staffbase/dependabot/github_actions/main/actions/setup-node-6
chore(deps): bump actions/setup-node from 5 to 6
2 parents 76cbcc0 + a46202f commit 5837e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v5
1616
- name: Setup Node
17-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1818
with:
1919
registry-url: 'https://registry.npmjs.org'
2020
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)