We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e884ae7 commit 725442dCopy full SHA for 725442d
2 files changed
.github/workflows/publish.yml
@@ -11,13 +11,19 @@ jobs:
11
steps:
12
- name: 📚 checkout
13
uses: actions/checkout@v2.1.1
14
+
15
+ - name: 🟢 Install pnpm
16
+ uses: pnpm/action-setup@v2
17
18
- name: 🟢 node
19
uses: actions/setup-node@v3
20
with:
21
node-version: 16.x
22
registry-url: https://registry.npmjs.org
23
24
- name: ⚙️ Setup
25
run: npm i -g @antfu/ni
26
27
- name: 🚀 publish
28
run: npm publish --access public
29
env:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fetch-api-wrapper",
3
"type": "module",
4
- "version": "0.0.5",
+ "version": "0.0.6",
5
"private": false,
6
"packageManager": "pnpm@7.9.0",
7
"description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",
0 commit comments