Skip to content

Commit db49579

Browse files
fix(deps): update dependency node to v24
1 parent 516a498 commit db49579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Node.js for mega-linter-runner
4141
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4242
with:
43-
node-version: "22"
43+
node-version: "24"
4444

4545
- name: Install golangci-lint
4646
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$HOME/go/bin" latest

0 commit comments

Comments
 (0)