Skip to content

Commit c41f2b4

Browse files
committed
specify nodejs
1 parent c01b315 commit c41f2b4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/fleet-checker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
pull_request:
33
workflow_dispatch:
44

5+
env:
6+
NODE_JS: "20"
7+
58
jobs:
69
pre-release:
710
name: fleet-checker

.github/workflows/pre-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
workflow_dispatch:
33

4+
env:
5+
NODE_JS: "20"
6+
47
jobs:
58
pre-release:
69
name: pre-release

0 commit comments

Comments
 (0)