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.
2 parents e692433 + 7610687 commit a79ff14Copy full SHA for a79ff14
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 21.x
+ node-version: 24.x
22
cache: "npm"
23
- run: npm ci
24
- run: npm run build --if-present
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
25
registry-url: "https://registry.npmjs.org"
26
27
0 commit comments