Skip to content

Commit

Permalink
Merge branch 'main' into ct-1000/remove-integration-level-requirement…
Browse files Browse the repository at this point in the history
…-for-integrations
  • Loading branch information
khendrikse authored Nov 21, 2024
2 parents 9b86a8a + 824ceb1 commit fa424ea
Show file tree
Hide file tree
Showing 4 changed files with 1,022 additions and 805 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install PNPM
run: |
corepack enable
corepack prepare pnpm@7.32.4 --activate
corepack prepare pnpm@9.14.2 --activate
if: '${{!steps.release-check.outputs.IS_RELEASE}}'
- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@netlify/build-info": "7.15.2",
"@netlify/config": "20.19.1",
"@netlify/edge-bundler": "12.2.3",
"@netlify/edge-functions": "2.9.0",
"@netlify/edge-functions": "2.11.1",
"@netlify/local-functions-proxy": "1.1.1",
"@netlify/zip-it-and-ship-it": "9.41.1",
"@octokit/rest": "20.1.1",
Expand Down
Loading

0 comments on commit fa424ea

Please sign in to comment.