Skip to content

Commit 2a70b62

Browse files
committed
feat: add pnpm to publish action workflow and install dependancies
1 parent 725442d commit 2a70b62

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: ⚙️ Setup
2525
run: npm i -g @antfu/ni
2626

27+
- name: Install
28+
run: nci
29+
2730
- name: 🚀 publish
2831
run: npm publish --access public
2932
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fetch-api-wrapper",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"private": false,
66
"packageManager": "pnpm@7.9.0",
77
"description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",

0 commit comments

Comments
 (0)