We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df72c15 commit a58bdffCopy full SHA for a58bdff
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Node.js for mega-linter-runner
41
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
42
with:
43
- node-version: "22"
+ node-version: "24"
44
45
- name: Install golangci-lint
46
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$HOME/go/bin" latest
0 commit comments