Skip to content

Commit

Permalink
Merge pull request #8 from maxtsh/Feature/retry
Browse files Browse the repository at this point in the history
chore: update gthub workflows to node version 20.9.0
  • Loading branch information
maxtsh committed Nov 21, 2023
2 parents d7061bd + 391cb47 commit 197d393
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 20.9.0
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint && pnpm run build
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 20.9.0
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint && pnpm run build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 20.9.0
cache: pnpm

- run: pnpm install --no-frozen-lockfile
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "superfetch",
"name": "@maxtsh/superfetch",
"description": "Open source HTTP Request wrapper for node/browser native fetch API",
"author": "maxtsh",
"version": "1.0.0",
"description": "",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.js",
Expand All @@ -23,8 +25,6 @@
"node",
"fetch"
],
"author": "",
"license": "ISC",
"dependencies": {
"@changesets/cli": "^2.26.2"
},
Expand Down

0 comments on commit 197d393

Please sign in to comment.