Skip to content

Commit 5d68df6

Browse files
Persist custom query parameters when updating URL data (#30)
* fix: keep custom query params after server change * test: add test for custom query params persistence * 0.3.1 * build: change lock file to v2 * build: change node version in GH actions to 16 * chore: update package-lock.json
1 parent a8339aa commit 5d68df6

File tree

5 files changed

+16194
-1952
lines changed

5 files changed

+16194
-1952
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v1
2828
with:
29-
node-version: 14
29+
node-version: 16
3030
- uses: microsoft/playwright-github-action@v1
3131
- uses: actions/cache@v1
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- uses: actions/setup-node@v1
4747
with:
48-
node-version: 14
48+
node-version: 16
4949
- uses: microsoft/playwright-github-action@v1
5050
- uses: actions/cache@v1
5151
with:
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272
- uses: actions/setup-node@v2
7373
with:
74-
node-version: '14.x'
74+
node-version: '16.x'
7575
registry-url: 'https://registry.npmjs.org'
7676
- uses: actions/cache@v1
7777
with:

0 commit comments

Comments
 (0)