Skip to content

Commit dd523db

Browse files
committed
Update package version and CI config
1 parent a7bb453 commit dd523db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name: End To End tests
55
jobs:
66
test:
77
name: Test
8-
runs-on: ubuntu-16.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- name: Use Node.js 12.x
12+
- name: Use Node.js 16.x
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 12.x
15+
node-version: 16.x
1616

1717
- name: npm install
1818
run: |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connected-next-router",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A Redux binding for Next.js Router",
55
"author": "Daniel Reinoso <[email protected]> (http://danielr18.github.io)",
66
"license": "MIT",

0 commit comments

Comments
 (0)