Skip to content

Commit a5d4c96

Browse files
authored
Merge pull request #64 from ITCraftDevelopmentTeam/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 48477c7 + 3c76620 commit a5d4c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v5
124124

125125
- name: "Set up Node.js"
126-
uses: actions/setup-node@v4
126+
uses: actions/setup-node@v6
127127
with:
128128
node-version: '21'
129129
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)