Skip to content

Commit eea320e

Browse files
committed
#44 update publish.yml
1 parent 0f11f12 commit eea320e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
publish:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v5
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: "22.x"
2020
registry-url: "https://registry.npmjs.org"
21+
- run: npm install -g npm@latest
2122
- run: npm install
23+
- run: npm ci
2224
- run: npm run release
2325
- run: npm publish

0 commit comments

Comments
 (0)