Skip to content

Commit 637b3aa

Browse files
authored
Merge pull request #105 from Staffbase/dependabot/github_actions/master/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents 4aaf72a + 9feec7c commit 637b3aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
17+
uses: actions/setup-node@v5
1818
with:
1919
registry-url: 'https://registry.npmjs.org'
2020
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)