We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f11f12 commit eea320eCopy full SHA for eea320e
1 file changed
.github/workflows/publish.yml
@@ -13,11 +13,13 @@ jobs:
13
publish:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
17
- - uses: actions/setup-node@v5
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
18
with:
19
node-version: "22.x"
20
registry-url: "https://registry.npmjs.org"
21
+ - run: npm install -g npm@latest
22
- run: npm install
23
+ - run: npm ci
24
- run: npm run release
25
- run: npm publish
0 commit comments