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.
1 parent c01b315 commit c41f2b4Copy full SHA for c41f2b4
.github/workflows/fleet-checker.yml
@@ -2,6 +2,9 @@ on:
2
pull_request:
3
workflow_dispatch:
4
5
+env:
6
+ NODE_JS: "20"
7
+
8
jobs:
9
pre-release:
10
name: fleet-checker
.github/workflows/pre-release.yml
@@ -1,6 +1,9 @@
1
on:
name: pre-release
0 commit comments