Skip to content

Commit 3baa862

Browse files
API Console v6.5.4 (#797)
* build: lockfile v2, update api-request, override api-authorization * build: node v16, regenerate package-lock.json * 6.5.4
1 parent e618a38 commit 3baa862

File tree

3 files changed

+33116
-12303
lines changed

3 files changed

+33116
-12303
lines changed

.github/workflows/deployment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v1
2929
with:
30-
node-version: 14
30+
node-version: 16
3131
- uses: microsoft/playwright-github-action@v1
3232
- uses: actions/cache@v1
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353
- uses: actions/setup-node@v2
5454
with:
55-
node-version: '14.x'
55+
node-version: '16.x'
5656
registry-url: 'https://registry.npmjs.org'
5757
- uses: actions/cache@v1
5858
with:

0 commit comments

Comments
 (0)