We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06212bd + eefc786 commit f55dbe4Copy full SHA for f55dbe4
1 file changed
.github/workflows/verify-build.yml
@@ -1,5 +1,5 @@
1
# This file is managed in https://github.com/happyprime/projects
2
-name: Verify build (Node 22)
+name: Verify build (Node 24)
3
4
on: pull_request
5
@@ -16,4 +16,4 @@ jobs:
16
call-workflow:
17
uses: happyprime/workflows/.github/workflows/verify-build.yml@trunk
18
with:
19
- node-version: 22
+ node-version: 24
0 commit comments