Skip to content

Commit bd8911d

Browse files
authoredDec 1, 2023
ci: pin Node.js 21.2.0 (#17809)
1 parent b29a16b commit bd8911d

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
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest]
50-
node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
50+
node: ["21.2.0", 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
5151
include:
5252
- os: windows-latest
5353
node: "lts/*"

0 commit comments

Comments
 (0)
Please sign in to comment.