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 923fe6b commit e523b15Copy full SHA for e523b15
1 file changed
.github/workflows/release.yml
@@ -36,14 +36,10 @@ jobs:
36
37
- uses: actions/setup-node@v4
38
with:
39
- node-version: "22"
+ node-version: "24"
40
registry-url: "https://registry.npmjs.org"
41
cache: "npm"
42
43
- # Ensure npm 11.5.1 or later is installed
44
- - name: Update npm
45
- run: npm install -g npm@latest
46
-
47
- run: npm ci
48
49
- run: npm run build
0 commit comments