Skip to content

Commit 02d181c

Browse files
fix(deps): update dependency node to v24
1 parent 5bcc8da commit 02d181c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)