We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf5f4 commit 0a3f5fdCopy full SHA for 0a3f5fd
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
node-version: 20
26
cache: 'pnpm'
27
+ registry-url: 'https://registry.npmjs.org/'
28
29
- name: Install dependencies
30
run: pnpm install
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@project-trans/suggestion-box",
3
"type": "module",
4
- "version": "0.4.1",
+ "version": "0.4.2",
5
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
6
"description": "Suggestion box for Project Trans",
7
"author": {
0 commit comments