Skip to content

Commit b625132

Browse files
committed
build: pin Node 21.x to minor
Co-authored-by: Aravind Nair <[email protected]> closes #5430
1 parent e3eca80 commit b625132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
node-version: "20.11"
119119

120120
- name: Node.js 21.x
121-
node-version: "21.6.2"
121+
node-version: "21.6"
122122

123123
steps:
124124
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)