Skip to content

Commit 82bb816

Browse files
committed
chore: update publish.yaml
1 parent 7aad896 commit 82bb816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Update npm
25-
run: npm install -g npm@latest
25+
run: npm install -g npm@11
2626

2727
- name: Get package version
2828
id: version
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Install dependencies
8080
if: steps.npm_check.outputs.published == 'false'
81-
run: npm ci
81+
run: npm install
8282

8383
- name: Build package
8484
if: steps.npm_check.outputs.published == 'false'

0 commit comments

Comments
 (0)