Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/actions/http-clien…
Browse files Browse the repository at this point in the history
…t-2.2.3
  • Loading branch information
remyleone authored Oct 29, 2024
2 parents 0830af3 + c4561c0 commit 15dddac
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
cache: 'pnpm'
node-version: 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
cache: 'pnpm'
node-version: 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- name: Set Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.0.4
with:
cache: 'pnpm'
node-version: 20.x
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"author": "Scaleway",
"devDependencies": {
"@scaleway/eslint-config-react": "^3.18.4",
"@types/node": "^22.5.2",
"@types/node": "^22.7.4",
"@types/shell-quote": "^1.7.5",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-tsdoc": "^0.3.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down
Loading

0 comments on commit 15dddac

Please sign in to comment.