We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d9d6b commit 7610687Copy full SHA for 7610687
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 21.x
+ node-version: 24.x
25
registry-url: "https://registry.npmjs.org"
26
cache: "npm"
27
- run: npm ci
0 commit comments