We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e10afa commit 2b9b559Copy full SHA for 2b9b559
.github/workflows/update-status-chart.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: ">=21.4.0"
+ node-version: ">=21.7.1"
24
- name: Install Packages
25
run: |
26
npm ci
0 commit comments