We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7878f9 commit af3d10aCopy full SHA for af3d10a
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
node-version: 20.x
79
registry-url: 'https://registry.npmjs.org'
80
- - run: npm i -g npm@latest
+ - run: npm i -g npm@^11.5.1
81
- uses: rlespinasse/github-slug-action@v4.x
82
- name: Append commit hash to package version
83
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
- name: Disable pre- and post-publish actions
103
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
104
- name: Publish to npm
0 commit comments