Skip to content

Commit 8a85d54

Browse files
committed
node version bump fix
1 parent 437fa80 commit 8a85d54

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Setup Node ✨
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22.x
19+
# Pin to a known-good patch for Node's experimental unit coverage output.
20+
node-version: 22.12.0
2021
cache: npm
2122

2223
- name: Install Dependencies 🔧
@@ -46,7 +47,8 @@ jobs:
4647
- name: Setup Node ✨
4748
uses: actions/setup-node@v4
4849
with:
49-
node-version: 22.x
50+
# Pin to a known-good patch for Node's experimental unit coverage output.
51+
node-version: 22.12.0
5052
cache: npm
5153

5254
- name: Install Dependencies 🔧

.github/workflows/unit-test-compliance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 22.x
20+
# Pin to a known-good patch for Node's experimental unit coverage output.
21+
node-version: 22.12.0
2122
cache: npm
2223

2324
- name: Install dependencies

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
22.12.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
22.12.0

0 commit comments

Comments
 (0)