We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd977 commit 21873ecCopy full SHA for 21873ec
.github/workflows/publish.yml
@@ -22,8 +22,10 @@ jobs:
22
- name: setup node
23
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
24
with:
25
- node-version: '16'
+ node-version: '22.14.0'
26
check-latest: true
27
+ - name: install npm version with trusted publishing support
28
+ run: npm install -g npm@11.5.1
29
- name: install dependencies
30
run: npm install
31
- name: build component library
0 commit comments