Skip to content

Commit 948496d

Browse files
chore: pin unit test to node 22.6 until 22.8 is available (#4957)
1 parent 966ac17 commit 948496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "16"
1717
- "18"
1818
- "20"
19-
- "22"
19+
- "22.6" # temp until 22.8 is released (bug in 22.7)
2020
runs-on: ubuntu-latest
2121
env:
2222
NPM_CONFIG_UNSAFE_PERM: true

0 commit comments

Comments
 (0)