Skip to content

Commit

Permalink
API Console v6.5.4 (#797)
Browse files Browse the repository at this point in the history
* build: lockfile v2, update api-request, override api-authorization

* build: node v16, regenerate package-lock.json

* 6.5.4
  • Loading branch information
twoplustwoone authored Sep 12, 2022
1 parent e618a38 commit 3baa862
Show file tree
Hide file tree
Showing 3 changed files with 33,116 additions and 12,303 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down
Loading

0 comments on commit 3baa862

Please sign in to comment.