We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceed27 commit ac5591eCopy full SHA for ac5591e
1 file changed
.github/workflows/release-build.yml
@@ -14,8 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v6
16
with:
17
- node-version: 22.2.1
18
- check-latest: false
+ node-version: 24
19
registry-url: https://registry.npmjs.org/
20
- run: |
21
npm i --legacy-peer-deps
@@ -34,8 +33,7 @@ jobs:
34
33
35
36
37
38
39
40
- run: npm install -g npm@^11.5.1
41
- run: npm --version
@@ -81,8 +79,7 @@ jobs:
81
79
82
80
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