Skip to content

Commit f6bf0f6

Browse files
authored
CI: use Node.js 21.x (#3399)
21.3 had a bug, but 21.4 should be good.
1 parent 85f55a4 commit f6bf0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '21.2.x'
19+
node-version: '21.x'
2020
check-latest: true
2121
- uses: actions/cache@v3
2222
with:

0 commit comments

Comments
 (0)