Skip to content

Commit bc861b3

Browse files
Upgrade setup-node action to version 6 (#148)
## Description Describe your changes here. Fixes #Issue_Number (if available) ### Ensure that your pull request has followed all the steps below: - [ ] Code compilation - [ ] Created tests which fail without the change (if possible) - [ ] All tests passing - [ ] Extended the README / documentation, if necessary
1 parent a4660b6 commit bc861b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: 'composite'
1010
steps:
1111
- name: Set up Node.js
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: '20'
1515
cache: 'npm'

0 commit comments

Comments
 (0)