Skip to content

Commit 0f0e8d1

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node script for github-actions. Node current version updated to 22.x.
1 parent e3c2096 commit 0f0e8d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [
1717
"ubuntu-latest"
1818
]
19-
node-version: [20.x]
19+
node-version: [22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
"ubuntu-latest",
1919
"macOS-latest"
2020
]
21-
node-version: [18.x, 19.x, 20.x]
21+
node-version: [18.x, 20.x, 22.x]
2222
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323

2424
steps:

0 commit comments

Comments
 (0)