Skip to content

Commit fc1a45a

Browse files
Forcing ci to use node version 20.19.4
1 parent eb941b6 commit fc1a45a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- '3.1'
2222
- '3.3'
2323
node-version:
24-
- 20
24+
- '20.19.4'
2525
test-suite:
2626
- spec
2727
- spec:compile

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ruby-version:
2222
- '3.3'
2323
node-version:
24-
- 20
24+
- '20.19.4'
2525
cypress-browser:
2626
- chrome
2727
- firefox

.github/workflows/yarn_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node
1616
uses: actions/setup-node@v5
1717
with:
18-
node-version: "20"
18+
node-version: "20.19.4"
1919
cache: yarn
2020
registry-url: https://npm.manageiq.org/
2121
- name: Update yarn.lock

0 commit comments

Comments
 (0)