We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5591e commit bb0c472Copy full SHA for bb0c472
1 file changed
.github/workflows/release-build.yml
@@ -14,7 +14,8 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v6
16
with:
17
- node-version: 24
+ node-version: 22.21.1
18
+ check-latest: false
19
registry-url: https://registry.npmjs.org/
20
- run: |
21
npm i --legacy-peer-deps
@@ -33,7 +34,8 @@ jobs:
33
34
35
36
37
38
39
40
- run: npm install -g npm@^11.5.1
41
- run: npm --version
@@ -79,7 +81,8 @@ jobs:
79
81
80
82
83
84
85
86
registry-url: https://npm.pkg.github.com
87
- run: npm i --legacy-peer-deps
88
- name: Publish components-core
0 commit comments